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 | ???h??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
SJIS-WIN | ツ青ッhツ青ッ | 110000101001000011000010101011110110100011000010100100001100001010101111 | c290c2af68c290c2af |
EUC-JP | ツ青ッhツ青ッ | 10001110110000101100000011000100100011101010111101101000100011101100001011000000110001001000111010101111 | 8ec2c0c48eaf688ec2c0c48eaf |
UTF-8 | ツ青ッhツ青ッ | 11101111101111101000001011101001100111011001001011101111101111011010111101101000111011111011111010000010111010011001110110010010111011111011110110101111 | efbe82e99d92efbdaf68efbe82e99d92efbdaf |
UHC | ???h??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)