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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 嶸?[嶸?[^ | 111110101011010000111111010110111111101010110100001111110101101101011110 | fab43f5bfab43f5b5e |
EUC-JP | 嶸?[嶸?[^ | 1000111110111011111101000011111101011011100011111011101111110100001111110101101101011110 | 8fbbf43f5b8fbbf43f5b5e |
UTF-8 | 嶸뭕[嶸뭕[^ | 111001011011011010111000111010111010110110010101010110111110010110110110101110001110101110101101100101010101101101011110 | e5b6b8ebad955be5b6b8ebad955b5e |
UHC | 嶸뭕[嶸뭕[^ | 1110011110101110100100100110001001011011111001111010111010010010011000100101101101011110 | e7ae92625be7ae92625b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)