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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 矮??矮??B | 111000011110001000111111001111111110000111100010001111110011111101000010 | e1e23f3fe1e23f3f42 |
EUC-JP | 矮??矮??B | 111000101110010000111111001111111110001011100100001111110011111101000010 | e2e43f3fe2e43f3f42 |
UTF-8 | 矮ㅵ맆矮ㅵ맆B | 11100111100111111010111011100011100001011011010111101011101001111000011011100111100111111010111011100011100001011011010111101011101001111000011001000010 | e79faee385b5eba786e79faee385b5eba78642 |
UHC | 矮ㅵ맆矮ㅵ맆B | 11101000111000011010010011100101100100001010000011101000111000011010010011100101100100001010000001000010 | e8e1a4e590a0e8e1a4e590a042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)