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 | 箏?運?濂 | 1110001010110101001111111000100101011110001111111110000001010001 | e2b53f895e3fe051 |
EUC-JP | 箏?運?濂 | 1110010010110111001111111011000110111111001111111101111110110010 | e4b73fb1bf3fdfb2 |
UTF-8 | 箏렖運쇘濂 | 111001111010111010001111111010111010000010010110111010011000000110001011111011001000011110011000111001101011111110000010 | e7ae8feba096e9818bec8798e6bf82 |
UHC | 箏렖運쇘濂 | 11101110101101001000111010101011111010101010000110111100111001111101011010110010 | eeb48eabeaa1bce7d6b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)