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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 瑤跣琮 | 111010101010001011100110111011111111101101101010 | eaa2e6effb6a |
EUC-JP | 瑤跣琮 | 11110100101001001110110011110001100011111100110010110010 | f4a4ecf18fccb2 |
UTF-8 | 瑤跣琮 | 111001111001000110100100111010001011011110100011111001111001000010101110 | e791a4e8b7a3e790ae |
UHC | 瑤跣琮 | 111010001111110111100000110100111111000011111001 | e8fde0d3f0f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)