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 | 蔔莨釈 | 111001001111011111100100101111001000111011011111 | e4f7e4bc8edf |
EUC-JP | 蔔莨釈 | 111010001111100111101000101111101011110011100001 | e8f9e8bebce1 |
UTF-8 | 蔔莨釈 | 111010001001010010010100111010001000111010101000111010011000011110001000 | e89494e88ea8e98788 |
UHC | 蔔?? | 11011100110110110011111100111111 | dcdb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)