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 | 1001001001001010100100011001111110010001101101010100000001101000 | 924a919f91b54068 |
EUC-JP | 谷臓揃@h | 1100001110101011110000101010000111000010101101110100000001101000 | c3abc2a1c2b74068 |
UTF-8 | 谷臓揃@h | 1110100010110000101101111110100010000111100100111110011010001111100000110100000001101000 | e8b0b7e88793e68f834068 |
UHC | 谷??@h | 110011011101101100111111001111110100000001101000 | cddb3f3f4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)