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 | ツ青禿、ツェ | 1100001010010000110000101001001111000011101001001100001010101010 | c290c293c3a4c2aa |
EUC-JP | ツ青禿、ツェ | 100011101100001011000000110001001100011011000101100011101010010010001110110000101000111010101010 | 8ec2c0c4c6c58ea48ec28eaa |
UTF-8 | ツ青禿、ツェ | 111011111011111010000010111010011001110110010010111001111010011010111111111011111011110110100100111011111011111010000010111011111011110110101010 | efbe82e99d92e7a6bfefbda4efbe82efbdaa |
UHC | ??禿??? | 00111111001111111101010010111110001111110011111100111111 | 3f3fd4be3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)