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 | 邨冗ウ | 1110011110110101100011111110011110110011 | e7b58fe7b3 |
EUC-JP | 邨冗ウ | 111011101011011110111110111010011000111010110011 | eeb7bee98eb3 |
UTF-8 | 邨冗ウ | 111010011000001010101000111001011000011010010111111011111011110110110011 | e982a8e58697efbdb3 |
UHC | 邨冗? | 1111010110111110111010011011011100111111 | f5bee9b73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)