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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 載頭?但 | 10001101110110101001001110101010001111111001001001000001 | 8dda93aa3f9241 |
EUC-JP | 載頭?但 | 10111010110111001100011010101100001111111100001110100010 | badcc6ac3fc3a2 |
UTF-8 | 載頭렜但 | 111010001011110010001001111010011010000010101101111010111010000010011100111001001011110110000110 | e8bc89e9a0adeba09ce4bd86 |
UHC | 載頭렜但 | 1110111010110000110101001110100110001110101011101101001110100011 | eeb0d4e98eaed3a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)