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 | 獄????攝 | 1000110110010110001111110011111100111111001111111001110110010000 | 8d963f3f3f3f9d90 |
EUC-JP | 獄????攝 | 1011100111110110001111110011111100111111001111111101100111110000 | b9f63f3f3f3fd9f0 |
UTF-8 | 獄솨송솝손攝 | 111001111000110110000100111011001000011010101000111011001000011010100001111011001000011010011101111011001000011010010000111001101001010010011101 | e78d84ec86a8ec86a1ec869dec8690e6949d |
UHC | 獄솨송솝손攝 | 111010001010101110111100110111011011110011011011101111001101100110111100110101011110000011101110 | e8abbcddbcdbbcd9bcd5e0ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)