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 | 10010101010011001001000111101011001111110100000001101000 | 954c91eb3f4068 |
EUC-JP | 畢瀧?@h | 11001001101011011100001011101101001111110100000001101000 | c9adc2ed3f4068 |
UTF-8 | 畢瀧볜@h | 1110011110010101101000101110011110000000101001111110101110110011100111000100000001101000 | e795a2e780a7ebb39c4068 |
UHC | 畢瀧볜@h | 1111100110110100110101101110100110111010101101110100000001101000 | f9b4d6e9bab74068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)