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 | ´üϾ | 10110100111111001100111110111110 | b4fccfbe |
SJIS-WIN | ´??? | 1000000101001100001111110011111100111111 | 814c3f3f3f |
EUC-JP | ´üÏ? | 101000011010110110001111101010111110010010001111101010101100000100111111 | a1ad8fabe48faac13f |
UTF-8 | ´üϾ | 1100001010110100110000111011110011000011100011111100001010111110 | c2b4c3bcc38fc2be |
UHC | ´??¾ | 101000101010010100111111001111111010100011111010 | a2a53f3fa8fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)