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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 葎弖縷B | 10010111101010001001110001010110111000110111111001000010 | 97a89c56e37e42 |
EUC-JP | 葎弖縷B | 11001110101010101101011110110111111001011101111101000010 | ceaad7b7e5df42 |
UTF-8 | 葎弖縷B | 11101000100100011000111011100101101111001001011011100111101110001011011101000010 | e8918ee5bc96e7b8b742 |
UHC | ??縷B | 0011111100111111110101111010110001000010 | 3f3fd7ac42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)