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 | 易э?野э? | 10001000110101011000010010001111001111111001011011101100100001001000111100111111 | 88d5848f3f96ec848f3f |
EUC-JP | 易э?野э? | 10110000110101111010011111101111001111111100110011101110101001111110111100111111 | b0d7a7ef3fcceea7ef3f |
UTF-8 | 易э슨野э쉠 | 11100110100110001001001111010001100011011110110010001010101010001110100110000111100011101101000110001101111011001000100110100000 | e69893d18dec8aa8e9878ed18dec89a0 |
UHC | 易э슨野э쉠 | 111001101011011010101100111011111011110110111100111001011010111110101100111011111011110110101010 | e6b6acefbdbce5afacefbdaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)