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 | 諸???堤 | 10001111100101000011111100111111001111111001001011100111 | 8f943f3f3f92e7 |
EUC-JP | 諸?邕嶠堤 | 1011110111110100001111111000111111100001111011011000111110111011111011111100010011101001 | bdf43f8fe1ed8fbbefc4e9 |
UTF-8 | 諸렭邕嶠堤 | 111010001010101110111000111010111010000010101101111010011000001010010101111001011011011010100000111001011010000010100100 | e8abb8eba0ade98295e5b6a0e5a0a4 |
UHC | 諸렭邕嶠堤 | 11110000101100111000111010111010111010001011101111001110111001001111000010100111 | f0b38ebae8bbcee4f0a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)