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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 析腺?B | 100100001100110110010001010000100011111101000010 | 90cd91423f42 |
EUC-JP | 析腺侁B | 1100000011001111110000011010001110001111101100001111110001000010 | c0cfc1a38fb0fc42 |
UTF-8 | 析腺侁B | 11100110100111101001000011101000100001011011101011100100101111101000000101000010 | e69e90e885bae4be8142 |
UHC | 析腺侁B | 11100000101100001110000011001101111000111110000001000010 | e0b0e0cde3e042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)