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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ツ湘猟湘唯 | 110000101000111111000011100101111100001010001111110000111001011101000010 | c28fc397c28fc39742 |
EUC-JP | ツ湘猟湘唯 | 10001110110000101011111011000101110011101100010010111110110001011100110110100011 | 8ec2bec5cec4bec5cda3 |
UTF-8 | ツ湘猟湘唯 | 111011111011111010000010111001101011100110011000111001111000110010011111111001101011100110011000111001011001010010101111 | efbe82e6b998e78c9fe6b998e594af |
UHC | ?湘?湘唯 | 0011111111011111110011110011111111011111110011111110101011100110 | 3fdfcf3fdfcfeae6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)