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 | 0011111100111111001111110100000001101000 | 3f3f3f4068 |
SJIS-WIN | 奪速測@h | 1001001001000100100100011010110010010001101010100100000001101000 | 924491ac91aa4068 |
EUC-JP | 奪速測@h | 1100001110100101110000101010111011000010101011000100000001101000 | c3a5c2aec2ac4068 |
UTF-8 | 奪速測@h | 1110010110100101101010101110100110000000100111111110011010111000101011000100000001101000 | e5a5aae9809fe6b8ac4068 |
UHC | 奪速測@h | 1111011110101100111000011101110011110110101101000100000001101000 | f7ace1dcf6b44068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)