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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 轅絞睹指 | 1110011101110110100011010110100111100001110011111000111001110111 | e7768d69e1cf8e77 |
EUC-JP | 轅絞睹指 | 1110110111010111101110011100101011100010110100011011101111011000 | edd7b9cae2d1bbd8 |
UTF-8 | 轅絞睹指 | 111010001011110110000101111001111011010110011110111001111001110110111001111001101000110010000111 | e8bd85e7b59ee79db9e68c87 |
UHC | 轅絞睹指 | 1110101010111111110011101110110111010100101010011111001010100110 | eabfceedd4a9f2a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)