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 | 諸?皓??? | 1000111110010100001111111110000110101001001111110011111100111111 | 8f943fe1a93f3f3f |
EUC-JP | 諸?皓??? | 1011110111110100001111111110001010101011001111110011111100111111 | bdf43fe2ab3f3f3f |
UTF-8 | 諸렪皓멸렠렪 | 111010001010101110111000111010111010000010101010111001111001101010010011111010111010100110111000111010111010000010100000111010111010000010101010 | e8abb8eba0aae79a93eba9b8eba0a0eba0aa |
UHC | 諸렪皓멸렠렪 | 111100001011001110001110101110001111101111010011101110001110101010001110101100011000111010111000 | f0b38eb8fbd3b8ea8eb18eb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)