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 | ????G | 0011111100111111001111110011111101000111 | 3f3f3f3f47 |
SJIS-WIN | 艶z?觀G | 1000100110010000100000101001101000111111111001100101011001000111 | 8990829a3fe65647 |
EUC-JP | 艶z?觀G | 1011000111110000101000111111101000111111111010111011011101000111 | b1f0a3fa3febb747 |
UTF-8 | 艶z퉼觀G | 11101000100010011011011011101111101111011001101011101101100010011011110011101000101001111000000001000111 | e889b6efbd9aed89bce8a78047 |
UHC | 艶z퉼觀G | 111001101111110110100011111110101011100110010100110011101011101001000111 | e6fda3fab994ceba47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)