To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ???r{d | 001111110011111100111111011100100111101101100100 | 3f3f3f727b64 |
SJIS-WIN | ??びr{d | 00111111001111111000001011010001011100100111101101100100 | 3f3f82d1727b64 |
EUC-JP | ??びr{d | 00111111001111111010010011010011011100100111101101100100 | 3f3fa4d3727b64 |
UTF-8 | 룵핊びr{d | 111010111010001110110101111011011001010110001010111000111000000110110011011100100111101101100100 | eba3b5ed958ae381b3727b64 |
UHC | 룵핊びr{d | 100011111010101011000000100011111010101011010011011100100111101101100100 | 8faac08faad3727b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)