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 | スェ贓 | 101111011010101011110000111000101110011011011001 | bdaaf0e2e6d9 |
EUC-JP | スェ?贓 | 10001110101111011000111010101010001111111110110011011011 | 8ebd8eaa3fecdb |
UTF-8 | スェ贓 | 111011111011110110111101111011111011110110101010111011101000001010100001111010001011010010010011 | efbdbdefbdaaee82a1e8b493 |
UHC | ???贓 | 0011111100111111001111111110110111111100 | 3f3f3fedfc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)