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 | 岺式 | 111110101010110110001110101011101111001011000000 | faad8eaef2c0 |
EUC-JP | 岺式? | 100011111011101110111000101111001011000000111111 | 8fbbb8bcb03f |
UTF-8 | 岺式 | 111001011011001010111010111001011011110010001111111011101000011110110111 | e5b2bae5bc8fee87b7 |
UHC | 岺式? | 1101011010111001111000111101001000111111 | d6b9e3d23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)