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 | 瑤。焄ア | 111010101010001010100001111110110101010010110001 | eaa2a1fb54b1 |
EUC-JP | 瑤。焄ア | 111101001010010010001110101000011000111111001001111000111000111010110001 | f4a48ea18fc9e38eb1 |
UTF-8 | 瑤。焄ア | 111001111001000110100100111011111011110110100001111001111000010010000100111011111011110110110001 | e791a4efbda1e78484efbdb1 |
UHC | 瑤?焄? | 111010001111110100111111111111011011011000111111 | e8fd3ffdb63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)