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 | 咀?麟彫?咀 | 10011001111100000011111110010111110110011001001010100100001111111001100111110000 | 99f03f97d992a43f99f0 |
EUC-JP | 咀?麟彫?咀 | 11010010111100100011111111001110110110111100010010100110001111111101001011110010 | d2f23fcedbc4a63fd2f2 |
UTF-8 | 咀쾅麟彫렪咀 | 111001011001001010000000111011001011111010000101111010011011101010011111111001011011110110101011111010111010000010101010111001011001001010000000 | e59280ecbe85e9ba9fe5bdabeba0aae59280 |
UHC | 咀쾅麟彫렪咀 | 111011101011101011000100111001111101011111111000111100001100000110001110101110001110111010111010 | eebac4e7d7f8f0c18eb8eeba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)