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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 咀?麟彫? | 1001100111110000001111111001011111011001100100101010010000111111 | 99f03f97d992a43f |
EUC-JP | 咀?麟彫? | 1101001011110010001111111100111011011011110001001010011000111111 | d2f23fcedbc4a63f |
UTF-8 | 咀쾅麟彫렪 | 111001011001001010000000111011001011111010000101111010011011101010011111111001011011110110101011111010111010000010101010 | e59280ecbe85e9ba9fe5bdabeba0aa |
UHC | 咀쾅麟彫렪 | 11101110101110101100010011100111110101111111100011110000110000011000111010111000 | eebac4e7d7f8f0c18eb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)