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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 蝴エム甘嶺コ | 111001011001101010110100110100011000101011000011100101111110010010111010 | e59ab4d18ac397e4ba |
EUC-JP | 蝴エム甘嶺コ | 111010011111101010001110101101001000111011010001101101001100010111001110111001101000111010111010 | e9fa8eb48ed1b4c5cee68eba |
UTF-8 | 蝴エム甘嶺コ | 111010001001110110110100111011111011110110110100111011111011111010010001111001111001010010011000111001011011011010111010111011111011110110111010 | e89db4efbdb4efbe91e79498e5b6baefbdba |
UHC | 蝴??甘嶺? | 111110111101110100111111001111111100101011110110110101101011101000111111 | fbdd3f3fcaf6d6ba3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)