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 | 羚粋畿 | 111000111011011110010000100010001000101101000101 | e3b790888b45 |
EUC-JP | 羚粋畿 | 111001101011100110111111111010001011010110100110 | e6b9bfe8b5a6 |
UTF-8 | 羚粋畿 | 111001111011111010011010111001111011001010001011111001111001010110111111 | e7be9ae7b28be795bf |
UHC | 羚?畿 | 1101011010111110001111111101000110110010 | d6be3fd1b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)