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 | 禎私?俎?睛 | 10010010111101011000111010000100001111111001100011010111001111111110000111001011 | 92f58e843f98d73fe1cb |
EUC-JP | 禎私?俎?睛 | 11000100111101111011101111100100001111111101000011011001001111111110001011001101 | c4f7bbe43fd0d93fe2cd |
UTF-8 | 禎私깃俎렣睛 | 111001111010011010001110111001111010011110000001111010101011100110000011111001001011111110001110111010111010000010100011111001111001110110011011 | e7a68ee7a781eab983e4bf8eeba0a3e79d9b |
UHC | 禎私깃俎렣睛 | 111011111110111011011110111001111011000111101010111100001011101110001110101101001110111111101100 | efeedee7b1eaf0bb8eb4efec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)