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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??/?? | 001111110011111110000001010111100011111100111111 | 3f3f815e3f3f |
EUC-JP | 縕?/?? | 1000111111010100110000100011111110100001101111110011111100111111 | 8fd4c23fa1bf3f3f |
UTF-8 | 縕붺/略첕 | 111001111011100010010101111010111011011010111010111011111011110010001111111011111010010110110110111011001011001010010101 | e7b895ebb6baefbc8fefa5b6ecb295 |
UHC | 縕붺/略첕 | 11101000101100101001010011100111101000111010111111100101101100101010101101000010 | e8b294e7a3afe5b2ab42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)