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 | 酪獺 | 10010111100011111110000011011010 | 978fe0da |
EUC-JP | 酪獺 | 11001101111011111110000011011100 | cdefe0dc |
UTF-8 | 酪獺 | 111010011000010110101010111001111000110110111010 | e985aae78dba |
UHC | 酪獺 | 11010101101011001101001110110111 | d5acd3b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)