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 | ?????oB | 00111111001111110011111100111111001111110110111101000010 | 3f3f3f3f3f6f42 |
SJIS-WIN | ?}?訥イoB | 00111111100000010111000000111111111001100110001110000011010000110110111101000010 | 3f81703fe66383436f42 |
EUC-JP | ?}?訥イoB | 00111111101000011101000100111111111010111100010010100101101001000110111101000010 | 3fa1d13febc4a5a46f42 |
UTF-8 | 룶}룶訥イoB | 1110101110100011101101101110111110111101100111011110101110100011101101101110100010101000101001011110001110000010101001000110111101000010 | eba3b6efbd9deba3b6e8a8a5e382a46f42 |
UHC | 룶}룶訥イoB | 100011111010101110100011111111011000111110101011110100101110110110101011101001000110111101000010 | 8faba3fd8fabd2edaba46f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)