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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 鞜乃 | 11101000110111111001010001010100 | e8df9454 |
EUC-JP | 鞜乃 | 11110000111000011100011110110101 | f0e1c7b5 |
UTF-8 | 鞜乃 | 111010011001111010011100111001001011100110000011 | e99e9ce4b983 |
UHC | ?乃 | 001111111101001010101100 | 3fd2ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)