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 | 鋕イ鰓エ嶸璽 | 11111011110101001011001011101001110100101011010011111010101101001000111010100011 | fbd4b2e9d2b4fab48ea3 |
EUC-JP | 鋕イ鰓エ嶸璽 | 1000111111100100110000001000111010110010111100101101010010001110101101001000111110111011111101001011110010100101 | 8fe4c08eb2f2d48eb48fbbf4bca5 |
UTF-8 | 鋕イ鰓エ嶸璽 | 111010011000101110010101111011111011110110110010111010011011000010010011111011111011110110110100111001011011011010111000111001111001001010111101 | e98b95efbdb2e9b093efbdb4e5b6b8e792bd |
UHC | ????嶸璽 | 0011111100111111001111110011111111100111101011101101111111011110 | 3f3f3f3fe7aedfde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)