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 | ??厭 | 00111111001111111000100101111101 | 3f3f897d |
EUC-JP | 璿?厭 | 100011111100110011101001001111111011000111011110 | 8fcce93fb1de |
UTF-8 | 璿롐厭 | 111001111001001010111111111010111010000110010000111001011000111010101101 | e792bfeba190e58ead |
UHC | 璿롐厭 | 111000001100011110001110110101101110011011110100 | e0c78ed6e6f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)