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 | ??????h | 00111111001111110011111100111111001111110011111101101000 | 3f3f3f3f3f3f68 |
SJIS-WIN | 将ェ将蜿ォ、h | 10001111101010111010101010001111101010111110010110001111101010111010010001101000 | 8fabaa8fabe58faba468 |
EUC-JP | 将ェ将蜿ォ、h | 10111110101011011000111010101010101111101010110111101001111011111000111010101011100011101010010001101000 | bead8eaabeade9ef8eab8ea468 |
UTF-8 | 将ェ将蜿ォ、h | 11100101101100001000011011101111101111011010101011100101101100001000011011101000100111001011111111101111101111011010101111101111101111011010010001101000 | e5b086efbdaae5b086e89cbfefbdabefbda468 |
UHC | ??????h | 00111111001111110011111100111111001111110011111101101000 | 3f3f3f3f3f3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)