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 | ???A | 00111111001111110011111101000001 | 3f3f3f41 |
SJIS-WIN | 腺?煽A | 100100010100001000111111100100001111100001000001 | 91423f90f841 |
EUC-JP | 腺瑄煽A | 1100000110100011100011111100110010111001110000001111101001000001 | c1a38fccb9c0fa41 |
UTF-8 | 腺瑄煽A | 11101000100001011011101011100111100100011000010011100111100001011011110101000001 | e885bae79184e785bd41 |
UHC | 腺瑄煽A | 11100000110011011110000011000101111000001100001101000001 | e0cde0c5e0c341 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)