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 | 觸願帰 | 111001100101110010001010111010001000101101000001 | e65c8ae88b41 |
EUC-JP | 觸願帰 | 111010111011110110110100111010101011010110100010 | ebbdb4eab5a2 |
UTF-8 | 觸願帰 | 111010001010011110111000111010011010000110011000111001011011100010110000 | e8a7b8e9a198e5b8b0 |
UHC | 觸願? | 1111010110111010111010101100001100111111 | f5baeac33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)