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 | ツ搜ツ佚シ | 11000010100111010111001011000010100110001100001110111100 | c29d72c298c3bc |
EUC-JP | ツ搜ツ佚シ | 10001110110000101101100111010011100011101100001011010000110001011000111010111100 | 8ec2d9d38ec2d0c58ebc |
UTF-8 | ツ搜ツ佚シ | 111011111011111010000010111001101001000010011100111011111011111010000010111001001011110110011010111011111011110110111100 | efbe82e6909cefbe82e4bd9aefbdbc |
UHC | ?搜?佚? | 00111111111000101010010000111111111011001110101000111111 | 3fe2a43fecea3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)