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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 旭?弔?制 | 1000100010101110001111111001001010100010001111111001000010100111 | 88ae3f92a23f90a7 |
EUC-JP | 旭?弔?制 | 1011000010110000001111111100010010100100001111111100000010101001 | b0b03fc4a43fc0a9 |
UTF-8 | 旭렔弔렲制 | 111001101001011110101101111010111010000010010100111001011011110010010100111010111010000010110010111001011000100010110110 | e697adeba094e5bc94eba0b2e588b6 |
UHC | 旭렔弔렲制 | 11101001111011111000111010101001111100001100000010001110101111111111000010100100 | e9ef8ea9f0c08ebff0a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)