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 | 邯罹ク | 1110011110110110100111001110101110111000 | e7b69cebb8 |
EUC-JP | 邯罹ク | 111011101011100011011000111011011000111010111000 | eeb8d8ed8eb8 |
UTF-8 | 邯罹ク | 111010011000001010101111111001111011110110111001111011111011110110111000 | e982afe7bdb9efbdb8 |
UHC | 邯罹? | 1100101011111011110101111110011100111111 | cafbd7e73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)