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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 遑晟早顆ャ | 111001111010000110011101111011101001000110000001111010001111011110101100 | e7a19dee9181e8f7ac |
EUC-JP | 遑晟早顆ャ | 11101110101000111101101011110000110000011110000111110000111110011000111010101100 | eea3daf0c1e1f0f98eac |
UTF-8 | 遑晟早顆ャ | 111010011000000110010001111001101001100110011111111001101001011110101001111010011010000110000110111011111011110110101100 | e98191e6999fe697a9e9a186efbdac |
UHC | 遑晟早顆? | 111111001101101011100000111110011111000011000100110011101010100000111111 | fcdae0f9f0c4cea83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)