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 | 弔?制經顆 | 100100101010001000111111100100001010011111100011010100111110100011110111 | 92a23f90a7e353e8f7 |
EUC-JP | 弔?制經顆 | 110001001010010000111111110000001010100111100101101101001111000011111001 | c4a43fc0a9e5b4f0f9 |
UTF-8 | 弔렟制經顆 | 111001011011110010010100111010111010000010011111111001011000100010110110111001111011011010010011111010011010000110000110 | e5bc94eba09fe588b6e7b693e9a186 |
UHC | 弔렟制經顆 | 11110000110000001000111010110000111100001010010011001100111010001100111010101000 | f0c08eb0f0a4cce8cea8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)