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 | 鶯??游?㏄ | 111010011111001000111111001111111001111111100000001111111000011101110100 | e9f23f3f9fe03f8774 |
EUC-JP | 鶯??游?? | 1111001011110100001111110011111111011110111000100011111100111111 | f2f43f3fdee23f3f |
UTF-8 | 鶯ㅳ룊游뱄㏄ | 111010011011011010101111111000111000010110110011111010111010001110001010111001101011100010111000111010111011000110000100111000111000111110000100 | e9b6afe385b3eba38ae6b8b8ebb184e38f84 |
UHC | 鶯ㅳ룊游뱄㏄ | 111001011010001110100100111000111000111110001001111010101111110110111001111011111010011110100110 | e5a3a4e38f89eafdb9efa7a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)