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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 嵬?(] | 100110111100101000111111100000010110100101011101 | 9bca3f81695d |
EUC-JP | 嵬?(] | 110101101100110000111111101000011100101001011101 | d6cc3fa1ca5d |
UTF-8 | 嵬₁(] | 11100101101101011010110011100010100000101000000111101111101111001000100001011101 | e5b5ace28281efbc885d |
UHC | 嵬₁(] | 11101000111000111010100111111011101000111010100001011101 | e8e3a9fba3a85d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)