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 | ???h? | 0011111100111111001111110110100000111111 | 3f3f3f683f |
SJIS-WIN | 獄??h獄 | 10001101100101100011111100111111011010001000110110010110 | 8d963f3f688d96 |
EUC-JP | 獄??h獄 | 10111001111101100011111100111111011010001011100111110110 | b9f63f3f68b9f6 |
UTF-8 | 獄띾젺h獄 | 11100111100011011000010011101011100111011011111011101100101000001011101001101000111001111000110110000100 | e78d84eb9dbeeca0ba68e78d84 |
UHC | 獄띾젺h獄 | 111010001010101110001101111010111010000010101101011010001110100010101011 | e8ab8deba0ad68e8ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)