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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 矮??彦? | 11100001111000100011111100111111100101010100011000111111 | e1e23f3f95463f |
EUC-JP | 矮??彦? | 11100010111001000011111100111111110010011010011100111111 | e2e43f3fc9a73f |
UTF-8 | 矮ㅴ뻑彦퐹 | 111001111001111110101110111000111000010110110100111010111011101110010001111001011011110110100110111011011001000010111001 | e79faee385b4ebbb91e5bda6ed90b9 |
UHC | 矮ㅴ뻑彦퐹 | 11101000111000011010010011100100101110111011011011100101111010011011111001000010 | e8e1a4e4bbb6e5e9be42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)