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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 膳?膳?^ | 10010001010101100011111110010001010101100011111101011110 | 91563f91563f5e |
EUC-JP | 膳璿膳璿^ | 1100000110110111100011111100110011101001110000011011011110001111110011001110100101011110 | c1b78fcce9c1b78fcce95e |
UTF-8 | 膳璿膳璿^ | 11101000100001101011001111100111100100101011111111101000100001101011001111100111100100101011111101011110 | e886b3e792bfe886b3e792bf5e |
UHC | 膳璿膳璿^ | 111000001100111011100000110001111110000011001110111000001100011101011110 | e0cee0c7e0cee0c75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)