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 | 11100100111000101110010011011010111001001101100001000001 | e4e2e4dae4d841 |
EUC-JP | 葢蒂蒭A | 11101000111001001110100011011100111010001101101001000001 | e8e4e8dce8da41 |
UTF-8 | 葢蒂蒭A | 11101000100100011010001011101000100100101000001011101000100100101010110101000001 | e891a2e89282e892ad41 |
UHC | ???A | 00111111001111110011111101000001 | 3f3f3f41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)