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 | 贇絞睹指 | 1110011011010100100011010110100111100001110011111000111001110111 | e6d48d69e1cf8e77 |
EUC-JP | 贇絞睹指 | 1110110011010110101110011100101011100010110100011011101111011000 | ecd6b9cae2d1bbd8 |
UTF-8 | 贇絞睹指 | 111010001011010010000111111001111011010110011110111001111001110110111001111001101000110010000111 | e8b487e7b59ee79db9e68c87 |
UHC | 贇絞睹指 | 1110101111001011110011101110110111010100101010011111001010100110 | ebcbceedd4a9f2a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)