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 | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | 霆雁濤h | 11101000101110111000101011100101100111111011011101101000 | e8bb8ae59fb768 |
EUC-JP | 霆雁濤h | 11110000101111011011010011100111110111101011100101101000 | f0bdb4e7deb968 |
UTF-8 | 霆雁濤h | 11101001100111001000011011101001100110111000000111100110101111111010010001101000 | e99c86e99b81e6bfa468 |
UHC | 霆雁濤h | 11101111111111011110010011010010110101001010011001101000 | effde4d2d4a668 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)