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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 莢衰襖] | 11100100101100001001000010001010100010011010011001011101 | e4b0908a89a65d |
EUC-JP | 莢衰襖] | 11101000101100101011111111101010101100101010100001011101 | e8b2bfeab2a85d |
UTF-8 | 莢衰襖] | 11101000100011101010001011101000101000011011000011101000101001011001011001011101 | e88ea2e8a1b0e8a5965d |
UHC | 莢衰?] | 111110101111100011100001111100010011111101011101 | faf8e1f13f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)