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 | 柚龍 | 10010111010011011001011110110100 | 974d97b4 |
EUC-JP | 柚龍 | 11001101101011101100111010110110 | cdaeceb6 |
UTF-8 | 柚龍 | 111001101001111110011010111010011011111010001101 | e69f9ae9be8d |
UHC | 柚龍 | 11101010111101101101011110100011 | eaf6d7a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)