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 | ツ古板佚ャ | 1100001010001100110000111001010011000010100110001100001110101100 | c28cc394c298c3ac |
EUC-JP | ツ古板佚ャ | 10001110110000101011100011000101110010001100010011010000110001011000111010101100 | 8ec2b8c5c8c4d0c58eac |
UTF-8 | ツ古板佚ャ | 111011111011111010000010111001011000111110100100111001101001110110111111111001001011110110011010111011111011110110101100 | efbe82e58fa4e69dbfe4bd9aefbdac |
UHC | ?古板佚? | 0011111111001101101011111111011111111001111011001110101000111111 | 3fcdaff7f9ecea3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)