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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 亨?亨?^ | 10001011100111000011111110001011100111000011111101011110 | 8b9c3f8b9c3f5e |
EUC-JP | 亨?亨?^ | 10110101111111000011111110110101111111000011111101011110 | b5fc3fb5fc3f5e |
UTF-8 | 亨쭰亨쭰^ | 11100100101110101010100011101100101011011011000011100100101110101010100011101100101011011011000001011110 | e4baa8ecadb0e4baa8ecadb05e |
UHC | 亨쭰亨쭰^ | 111110101111101110101000010001001111101011111011101010000100010001011110 | fafba844fafba8445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)