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 | 1110100110110101100111011110101110000010101100000100000001101000 | e9b59deb82b04068 |
EUC-JP | 魴晤げ@h | 1111001010110111110110101110110110100100101100100100000001101000 | f2b7daeda4b24068 |
UTF-8 | 魴晤げ@h | 1110100110101101101101001110011010011001101001001110001110000001100100100100000001101000 | e9adb4e699a4e381924068 |
UHC | ?晤げ@h | 00111111111001111111101110101010101100100100000001101000 | 3fe7fbaab24068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)