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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 饒①?饒③?^ | 1110100101100000100001110100000000111111111010010110000010000111010000100011111101011110 | e96087403fe96087423f5e |
EUC-JP | 饒??饒??^ | 111100011100000100111111001111111111000111000001001111110011111101011110 | f1c13f3ff1c13f3f5e |
UTF-8 | 饒①쵟饒③죳^ | 11101001101001011001001011100010100100011010000011101100101101011001111111101001101001011001001011100010100100011010001011101100101000111011001101011110 | e9a592e291a0ecb59fe9a592e291a2eca3b35e |
UHC | 饒①쵟饒③죳^ | 11101001101011101010100011100111101011001010000011101001101011101010100011101001101000011000111001011110 | e9aea8e7aca0e9aea8e9a18e5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)