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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 獄←?淹 | 10001101100101101000000110101001001111111001111110111001 | 8d9681a93f9fb9 |
EUC-JP | 獄←?淹 | 10111001111101101010001010101011001111111101111010111011 | b9f6a2ab3fdebb |
UTF-8 | 獄←쥈淹 | 111001111000110110000100111000101000011010010000111011001010010110001000111001101011011110111001 | e78d84e28690eca588e6b7b9 |
UHC | 獄←쥈淹 | 1110100010101011101000011110011110100010100000011110010111110100 | e8aba1e7a281e5f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)