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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 襭苦А襭苦┻ | 111001100100001010001011111010101000010001000000111001100100001010001011111010101000010010110011 | e6428bea8440e6428bea84b3 |
EUC-JP | 襭苦А襭苦┻ | 111010111010001110110110111011001010011110100001111010111010001110110110111011001010100010110101 | eba3b6eca7a1eba3b6eca8b5 |
UTF-8 | 襭苦А襭苦┻ | 1110100010100101101011011110100010001011101001101101000010010000111010001010010110101101111010001000101110100110111000101001010010111011 | e8a5ade88ba6d090e8a5ade88ba6e294bb |
UHC | ?苦А?苦┻ | 00111111110011011100100010101100101000010011111111001101110010001010011010110101 | 3fcdc8aca13fcdc8a6b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)