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 | 諸?汀?懿 | 1000111110010100001111111001001011110011001111111001110011110010 | 8f943f92f33f9cf2 |
EUC-JP | 諸?汀?懿 | 1011110111110100001111111100010011110101001111111101100011110100 | bdf43fc4f53fd8f4 |
UTF-8 | 諸렪汀렡懿 | 111010001010101110111000111010111010000010101010111001101011000110000000111010111010000010100001111001101000011110111111 | e8abb8eba0aae6b180eba0a1e687bf |
UHC | 諸렪汀렡懿 | 11110000101100111000111010111000111011111110001010001110101100101110101111110011 | f0b38eb8efe28eb2ebf3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)