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 | 襞葛さ矚 | 1110010111111100100010101000101110000010101100111110000111011111 | e5fc8a8b82b3e1df |
EUC-JP | 襞葛さ矚 | 1110101011111110101100111110101110100100101101011110001011100001 | eafeb3eba4b5e2e1 |
UTF-8 | 襞葛さ矚 | 111010001010010110011110111010001001000110011011111000111000000110010101111001111001111110011010 | e8a59ee8919be38195e79f9a |
UHC | ?葛さ? | 001111111100101011100111101010101011010100111111 | 3fcae7aab53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)