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 | 游? | 100111111110000000111111 | 9fe03f |
EUC-JP | 游? | 110111101110001000111111 | dee23f |
UTF-8 | 游욌 | 111001101011100010111000111011001001101010001100 | e6b8b8ec9a8c |
UHC | 游욌 | 11101010111111011001111011101011 | eafd9eeb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)