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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 晶゙璽射^ | 10001111101110111101111010001110101000111111000011010101100011101100101101011110 | 8fbbde8ea3f0d58ecb5e |
EUC-JP | 晶゙璽?射^ | 10111110101111011000111011011110101111001010010100111111101111001100110101011110 | bebd8edebca53fbccd5e |
UTF-8 | 晶゙璽射^ | 11100110100110011011011011101111101111101001111011100111100100101011110111101110100000101001010011100101101100001000010001011110 | e699b6efbe9ee792bdee8294e5b0845e |
UHC | 晶?璽?射^ | 111011111101110000111111110111111101111000111111110111101101001001011110 | efdc3fdfde3fded25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)