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 | ?G?B | 00111111010001110011111101000010 | 3f473f42 |
SJIS-WIN | 辿G炭B | 100100100100100001000111100100100101100101000010 | 924847925942 |
EUC-JP | 辿G炭B | 110000111010100101000111110000111011101001000010 | c3a947c3ba42 |
UTF-8 | 辿G炭B | 1110100010111110101111110100011111100111100000101010110101000010 | e8bebf47e782ad42 |
UHC | ?G炭B | 0011111101000111111101111010100101000010 | 3f47f7a942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)