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 | 00111111001111110011111101001000 | 3f3f3f48 |
SJIS-WIN | 弱?ぐH | 100011101110001100111111100000101010111001001000 | 8ee33f82ae48 |
EUC-JP | 弱?ぐH | 101111001110010100111111101001001011000001001000 | bce53fa4b048 |
UTF-8 | 弱딂ぐH | 11100101101111001011000111101011100101001000001011100011100000011001000001001000 | e5bcb1eb9482e3819048 |
UHC | 弱딂ぐH | 11100101101100001000101011101000101010101011000001001000 | e5b08ae8aab048 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)