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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 崖??浴?? | 1000101001010010001111110011111110010111100000010011111100111111 | 8a523f3f97813f3f |
EUC-JP | 崖??浴?? | 1011001110110011001111110011111111001101111000010011111100111111 | b3b33f3fcde13f3f |
UTF-8 | 崖ㅹ웼浴녺쳼 | 111001011011010010010110111000111000010110111001111011001001101110111100111001101011010110110100111010111000010110111010111011001011001110111100 | e5b496e385b9ec9bbce6b5b4eb85baecb3bc |
UHC | 崖ㅹ웼浴녺쳼 | 111001001111000010100100111010011001111110001000111010011011000110000110111001111010101110011111 | e4f0a4e99f88e9b186e7ab9f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)