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 | ?亨?亨^ | 00111111100010111001110000111111100010111001110001011110 | 3f8b9c3f8b9c5e |
EUC-JP | ?亨?亨^ | 00111111101101011111110000111111101101011111110001011110 | 3fb5fc3fb5fc5e |
UTF-8 | 룿亨룿亨^ | 11101011101000111011111111100100101110101010100011101011101000111011111111100100101110101010100001011110 | eba3bfe4baa8eba3bfe4baa85e |
UHC | 룿亨룿亨^ | 100011111011000011111010111110111000111110110000111110101111101101011110 | 8fb0fafb8fb0fafb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)