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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???恂 | 0011111100111111001111111001110010010110 | 3f3f3f9c96 |
EUC-JP | 饔??恂 | 10001111111010001110111100111111001111111101011111110110 | 8fe8ef3f3fd7f6 |
UTF-8 | 饔뚢꼦恂 | 111010011010010110010100111010111001101010100010111010101011110010100110111001101000000110000010 | e9a594eb9aa2eabca6e68182 |
UHC | 饔뚢꼦恂 | 1110100010111101100011001110001010000100100000111110001011100001 | e8bd8ce28483e2e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)