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 | 祉?彬垣?除 | 10001110100000110011111110010101011010101000101001011111001111111000111110011100 | 8e833f956a8a5f3f8f9c |
EUC-JP | 祉?彬垣?除 | 10111011111000110011111111001001110010111011001111000000001111111011110111111100 | bbe33fc9cbb3c03fbdfc |
UTF-8 | 祉곈彬垣렖除 | 111001111010010110001001111010101011001110001000111001011011110110101100111001011001111010100011111010111010000010010110111010011001100110100100 | e7a589eab388e5bdace59ea3eba096e999a4 |
UHC | 祉곈彬垣렖除 | 111100101011001110110000111010011101111010101111111010101010111110001110101010111111000010110110 | f2b3b0e9deafeaaf8eabf0b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)