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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 捨゚シ捨゚シ^ | 100011101100110011011111101111001000111011001100110111111011110001011110 | 8eccdfbc8eccdfbc5e |
EUC-JP | 捨゚シ捨゚シ^ | 10111100110011101000111011011111100011101011110010111100110011101000111011011111100011101011110001011110 | bcce8edf8ebcbcce8edf8ebc5e |
UTF-8 | 捨゚シ捨゚シ^ | 11100110100011011010100011101111101111101001111111101111101111011011110011100110100011011010100011101111101111101001111111101111101111011011110001011110 | e68da8efbe9fefbdbce68da8efbe9fefbdbc5e |
UHC | 捨??捨??^ | 110111101101011100111111001111111101111011010111001111110011111101011110 | ded73f3fded73f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)