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 | 001111111001000111101011001111110100000001101000 | 3f91eb3f4068 |
EUC-JP | 鋌瀧?@h | 1000111111100100101110111100001011101101001111110100000001101000 | 8fe4bbc2ed3f4068 |
UTF-8 | 鋌瀧볜@h | 1110100110001011100011001110011110000000101001111110101110110011100111000100000001101000 | e98b8ce780a7ebb39c4068 |
UHC | 鋌瀧볜@h | 1110111111111011110101101110100110111010101101110100000001101000 | effbd6e9bab74068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)