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 | 跣罹档 | 111001101110111110011100111010111001111010000011 | e6ef9ceb9e83 |
EUC-JP | 跣罹档 | 111011001111000111011000111011011101101111100011 | ecf1d8eddbe3 |
UTF-8 | 跣罹档 | 111010001011011110100011111001111011110110111001111001101010000110100011 | e8b7a3e7bdb9e6a1a3 |
UHC | 跣罹? | 1110000011010011110101111110011100111111 | e0d3d7e73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)