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 | 紂♀喚 | 111000110100000010000001100010101000101010101011 | e340818a8aab |
EUC-JP | 紂♀喚 | 111001011010000110100001111010101011010010101101 | e5a1a1eab4ad |
UTF-8 | 紂♀喚 | 111001111011010010000010111000101001100110000000111001011001011010011010 | e7b482e29980e5969a |
UHC | 紂♀喚 | 111100011100010010100001110011111111110010110000 | f1c4a1cffcb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)