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 | 湫悶貅 | 100111111101010110010110111000111110011010111010 | 9fd596e3e6ba |
EUC-JP | 湫悶貅 | 110111101101011111001100111001011110110010111100 | ded7cce5ecbc |
UTF-8 | 湫悶貅 | 111001101011100110101011111001101000001010110110111010001011001010000101 | e6b9abe682b6e8b285 |
UHC | 湫悶? | 1111010111010011110110101011111100111111 | f5d3dabf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)