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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 伊感袗 | 100010001100100110001010101101001110010111010101 | 88c98ab4e5d5 |
EUC-JP | 伊感袗 | 101100001100101110110100101101101110101011010111 | b0cbb4b6ead7 |
UTF-8 | 伊感袗 | 111001001011110010001010111001101000010010011111111010001010001010010111 | e4bc8ae6849fe8a297 |
UHC | 伊感袗 | 111011001010010111001010111011111111001011011111 | eca5caeff2df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)