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 | ツ湘療榲ー | 1100001010001111110000111001011111000011100111101100001110110000 | c28fc397c39ec3b0 |
EUC-JP | ツ湘療榲ー | 10001110110000101011111011000101110011101100010111011100110001011000111010110000 | 8ec2bec5cec5dcc58eb0 |
UTF-8 | ツ湘療榲ー | 111011111011111010000010111001101011100110011000111001111001100110000010111001101010011010110010111011111011110110110000 | efbe82e6b998e79982e6a6b2efbdb0 |
UHC | ?湘療?? | 00111111110111111100111111010110111110110011111100111111 | 3fdfcfd6fb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)