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 | 獄→?節?? | 100011011001011010000001101010000011111110010000110111110011111100111111 | 8d9681a83f90df3f3f |
EUC-JP | 獄→ˇ節?? | 1011100111110110101000101010101010001111101000101011000011000000111000010011111100111111 | b9f6a2aa8fa2b0c0e13f3f |
UTF-8 | 獄→ˇ節븝쉴 | 1110011110001101100001001110001010000110100100101100101110000111111001111010111110000000111010111011100010011101111011001000100110110100 | e78d84e28692cb87e7af80ebb89dec89b4 |
UHC | 獄→ˇ節븝쉴 | 111010001010101110100001111001101010001010100111111011111011110110111010111011111011110110101111 | e8aba1e6a2a7efbdbaefbdaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)