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 | 俄? | 100010011110001000111111 | 89e23f |
EUC-JP | 俄宨 | 1011001011100100100011111011101011010001 | b2e48fbad1 |
UTF-8 | 俄宨 | 111001001011111110000100111001011010111010101000 | e4bf84e5aea8 |
UHC | 俄? | 111001001010110100111111 | e4ad3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)