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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 矇磅矇 | 111000011101110011100001111110101110000111011100 | e1dce1fae1dc |
EUC-JP | 矇磅矇 | 111000101101111011100010111111001110001011011110 | e2dee2fce2de |
UTF-8 | 矇磅矇 | 111001111001111110000111111001111010001110000101111001111001111110000111 | e79f87e7a385e79f87 |
UHC | ?磅? | 00111111110110111011011000111111 | 3fdbb63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)