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 | ??D???B | 00111111001111110100010000111111001111110011111101000010 | 3f3f443f3f3f42 |
SJIS-WIN | ??D?訥イB | 001111110011111101000100001111111110011001100011100000110100001101000010 | 3f3f443fe663834342 |
EUC-JP | ??D?訥イB | 001111110011111101000100001111111110101111000100101001011010010001000010 | 3f3f443febc4a5a442 |
UTF-8 | 룵句D룶訥イB | 1110101110100011101101011110111110100100100001100100010011101011101000111011011011101000101010001010010111100011100000101010010001000010 | eba3b5efa48644eba3b6e8a8a5e382a442 |
UHC | 룵句D룶訥イB | 100011111010101011001111111110110100010010001111101010111101001011101101101010111010010001000010 | 8faacffb448fabd2edaba442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)