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 | 爲????爲 | 1110000010101000001111110011111100111111001111111110000010101000 | e0a83f3f3f3fe0a8 |
EUC-JP | 爲????爲 | 1110000010101010001111110011111100111111001111111110000010101010 | e0aa3f3f3f3fe0aa |
UTF-8 | 爲롉렮롔렖爲 | 111001111000100010110010111010111010000110001001111010111010000010101110111010111010000110010100111010111010000010010110111001111000100010110010 | e788b2eba189eba0aeeba194eba096e788b2 |
UHC | 爲롉렮롔렖爲 | 111010101101001110001110110011111000111010111011100011101101100010001110101010111110101011010011 | ead38ecf8ebb8ed88eabead3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)