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 | ã\N | 111000110101110010001001100110101000000101001110 | e35c899a814e |
SJIS-WIN | ?\???N | 001111110101110000111111001111110011111101001110 | 3f5c3f3f3f4e |
EUC-JP | ã\???N | 1000111110101011101010100101110000111111001111110011111101001110 | 8fabaa5c3f3f3f4e |
UTF-8 | ã\N | 11000011101000110101110011000010100010011100001010011010110000101000000101001110 | c3a35cc289c29ac2814e |
UHC | ?\???N | 001111110101110000111111001111110011111101001110 | 3f5c3f3f3f4e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)