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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 樗?[樗?[^ | 100100101001010000111111010110111001001010010100001111110101101101011110 | 92943f5b92943f5b5e |
EUC-JP | 樗?[樗?[^ | 110000111111010000111111010110111100001111110100001111110101101101011110 | c3f43f5bc3f43f5b5e |
UTF-8 | 樗렡[樗렡[^ | 111001101010100010010111111010111010000010100001010110111110011010101000100101111110101110100000101000010101101101011110 | e6a897eba0a15be6a897eba0a15b5e |
UHC | 樗렡[樗렡[^ | 1110111011000000100011101011001001011011111011101100000010001110101100100101101101011110 | eec08eb25beec08eb25b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)