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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 倭↑い壅 | 1001100001100000100000011010101010000010101000101001101011010111 | 986081aa82a29ad7 |
EUC-JP | 倭↑い壅 | 1100111111000001101000101010110010100100101001001101010011011001 | cfc1a2aca4a4d4d9 |
UTF-8 | 倭↑い壅 | 111001011000000010101101111000101000011010010001111000111000000110000100111001011010001110000101 | e580ade28691e38184e5a385 |
UHC | 倭↑い壅 | 1110100011011110101000011110100010101010101001001110100010110101 | e8dea1e8aaa4e8b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)