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 | ͼÀÊ^ | 1100110110111100110000001100101001011110 | cdbcc0ca5e |
SJIS-WIN | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | Í?ÀÊ^ | 1000111110101010101111110011111110001111101010101010001010001111101010101011010001011110 | 8faabf3f8faaa28faab45e |
UTF-8 | ͼÀÊ^ | 110000111000110111000010101111001100001110000000110000111000101001011110 | c38dc2bcc380c38a5e |
UHC | ?¼??^ | 001111111010100011111001001111110011111101011110 | 3fa8f93f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)