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 | ????h?? | 00111111001111110011111100111111011010000011111100111111 | 3f3f3f3f683f3f |
SJIS-WIN | ??秘?h?? | 0011111100111111100101001110100100111111011010000011111100111111 | 3f3f94e93f683f3f |
EUC-JP | ??秘?h?? | 0011111100111111110010001110101100111111011010000011111100111111 | 3f3fc8eb3f683f3f |
UTF-8 | 룶끝秘씹h룶끝 | 11101011101000111011011011101011100000011001110111100111101001111001100011101100100101001011100101101000111010111010001110110110111010111000000110011101 | eba3b6eb819de7a798ec94b968eba3b6eb819d |
UHC | 룶끝秘씹h룶끝 | 10001111101010111011001110100001110111011111101010111110110000110110100010001111101010111011001110100001 | 8fabb3a1ddfabec3688fabb3a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)