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 | 10010000111100001001000111101011001111110100000001101000 | 90f091eb3f4068 |
EUC-JP | 栓瀧?@h | 11000000111100101100001011101101001111110100000001101000 | c0f2c2ed3f4068 |
UTF-8 | 栓瀧볜@h | 1110011010100000100100111110011110000000101001111110101110110011100111000100000001101000 | e6a093e780a7ebb39c4068 |
UHC | 栓瀧볜@h | 1110111011111011110101101110100110111010101101110100000001101000 | eefbd6e9bab74068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)