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 | ???m | 00111111001111110011111101101101 | 3f3f3f6d |
SJIS-WIN | 燿??m | 1110000010100000001111110011111101101101 | e0a03f3f6d |
EUC-JP | 燿??m | 1110000010100010001111110011111101101101 | e0a23f3f6d |
UTF-8 | 燿섒끀m | 11100111100001111011111111101100100001001001001011101011100000011000000001101101 | e787bfec8492eb81806d |
UHC | 燿섒끀m | 11101000111111001001100011101110100001011011011001101101 | e8fc98ee85b66d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)