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 | 爭??? | 1110000010100101001111110011111100111111 | e0a53f3f3f |
EUC-JP | 爭?饔? | 11100000101001110011111110001111111010001110111100111111 | e0a73f8fe8ef3f |
UTF-8 | 爭렏饔렎 | 111001111000100010101101111010111010000010001111111010011010010110010100111010111010000010001110 | e788adeba08fe9a594eba08e |
UHC | 爭렏饔렎 | 1110111010110011100011101010010111101000101111011000111010100100 | eeb38ea5e8bd8ea4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)