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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 壯??燿??B | 100110101110000100111111001111111110000010100000001111110011111101000010 | 9ae13f3fe0a03f3f42 |
EUC-JP | 壯??燿??B | 110101001110001100111111001111111110000010100010001111110011111101000010 | d4e33f3fe0a23f3f42 |
UTF-8 | 壯ㅿ슛燿먲슐B | 11100101101000111010111111100011100001011011111111101100100010101001101111100111100001111011111111101011101010001011001011101100100010101001000001000010 | e5a3afe385bfec8a9be787bfeba8b2ec8a9042 |
UHC | 壯ㅿ슛燿먲슐B | 11101101111000001010010011101111101111011011100011101000111111001001000011101111101111011011011001000010 | ede0a4efbdb8e8fc90efbdb642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)