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 | 001111110011111100111111001111110100000001101000 | 3f3f3f3f4068 |
SJIS-WIN | 偲、ナ磁@h | 1000111011000011101001001100010110001110101001010100000001101000 | 8ec3a4c58ea54068 |
EUC-JP | 偲、ナ磁@h | 10111100110001011000111010100100100011101100010110111100101001110100000001101000 | bcc58ea48ec5bca74068 |
UTF-8 | 偲、ナ磁@h | 1110010110000001101100101110111110111101101001001110111110111110100001011110011110100011100000010100000001101000 | e581b2efbda4efbe85e7a3814068 |
UHC | ???磁@h | 00111111001111110011111111101101101110000100000001101000 | 3f3f3fedb84068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)