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 | 寤??敖 | 100110111000100000111111001111111001110111000010 | 9b883f3f9dc2 |
EUC-JP | 寤??敖 | 110101011110100000111111001111111101101011000100 | d5e83f3fdac4 |
UTF-8 | 寤뺞썦敖 | 111001011010111110100100111010111011101010011110111011001000110110100110111001101001010110010110 | e5afa4ebba9eec8da6e69596 |
UHC | 寤뺞썦敖 | 1110011111110101100101011110011010011011100110011110011111111001 | e7f595e69b99e7f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)