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 | 邪糅頸贓糅顏 | 100011101101011111100010111100001110100011110010111001101101100111100010111100001110100011111000 | 8ed7e2f0e8f2e6d9e2f0e8f8 |
EUC-JP | 邪糅頸贓糅顏 | 101111001101100111100100111100101111000011110100111011001101101111100100111100101111000011111010 | bcd9e4f2f0f4ecdbe4f2f0fa |
UTF-8 | 邪糅頸贓糅顏 | 111010011000001010101010111001111011001110000101111010011010000010111000111010001011010010010011111001111011001110000101111010011010000110001111 | e982aae7b385e9a0b8e8b493e7b385e9a18f |
UHC | 邪?頸贓?? | 110111101111011100111111110011001111001011101101111111000011111100111111 | def73fccf2edfc3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)