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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ?????ャB | 0011111100111111001111110011111100111111100000111000001101000010 | 3f3f3f3f3f838342 |
EUC-JP | ?????ャB | 0011111100111111001111110011111100111111101001011110001101000010 | 3f3f3f3f3fa5e342 |
UTF-8 | 룶欄㈒룴햶ャB | 11101011101000111011011011101111101001001001110111100011100010001001001011101011101000111011010011101101100101101011011011100011100000111010001101000010 | eba3b6efa49de38892eba3b4ed96b6e383a342 |
UHC | 룶欄㈒룴햶ャB | 10001111101010111101000111101101101010011100001110001111101010011100000110001111101010111110001101000010 | 8fabd1eda9c38fa9c18fabe342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)