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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 嘲?菖??? | 1001101001111101001111111000111111010010001111110011111100111111 | 9a7d3f8fd23f3f3f |
EUC-JP | 嘲?菖??? | 1101001111011110001111111011111011010100001111110011111100111111 | d3de3fbed43f3f3f |
UTF-8 | 嘲롆菖렋롅렩 | 111001011001100010110010111010111010000110000110111010001000111110010110111010111010000010001011111010111010000110000101111010111010000010101001 | e598b2eba186e88f96eba08beba185eba0a9 |
UHC | 嘲롆菖렋롅렩 | 111100001011111110001110110011001111001111101110100011101010001010001110110010111000111010110111 | f0bf8eccf3ee8ea28ecb8eb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)