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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 娥??雙 | 100110110100110100111111001111111001100111010100 | 9b4d3f3f99d4 |
EUC-JP | 娥??雙 | 110101011010111000111111001111111101001011010110 | d5ae3f3fd2d6 |
UTF-8 | 娥룇뙥雙 | 111001011010100010100101111010111010001110000111111010111001100110100101111010011001101110011001 | e5a8a5eba387eb99a5e99b99 |
UHC | 娥룇뙥雙 | 1110010010110000100011111000011010001100101010011110010010101010 | e4b08f868ca9e4aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)