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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 悉h悉 | 111100101010001010001110101110110110100011110010101000101000111010111011 | f2a28ebb68f2a28ebb |
EUC-JP | ?悉h?悉 | 00111111101111001011110101101000001111111011110010111101 | 3fbcbd683fbcbd |
UTF-8 | 悉h悉 | 11101110100001111001100111100110100000101000100101101000111011101000011110011001111001101000001010001001 | ee8799e6828968ee8799e68289 |
UHC | ?悉h?悉 | 00111111111000111111101001101000001111111110001111111010 | 3fe3fa683fe3fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)