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 | 爬獗獪 | 111000001010011011100000110100111110000011010100 | e0a6e0d3e0d4 |
EUC-JP | 爬獗獪 | 111000001010100011100000110101011110000011010110 | e0a8e0d5e0d6 |
UTF-8 | 爬獗獪 | 111001111000100010101100111001111000110110010111111001111000110110101010 | e788ace78d97e78daa |
UHC | 爬獗獪 | 111101111111000011001111111100011111110011101010 | f7f0cff1fcea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)