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 | テ銖゙愠莵 | 1100001111100111111100011101111011111010110000011110010010110111 | c3e7f1defac1e4b7 |
EUC-JP | テ銖゙?莵 | 100011101100001111101110111100111000111011011110001111111110100010111001 | 8ec3eef38ede3fe8b9 |
UTF-8 | テ銖゙愠莵 | 111011111011111010000011111010011000101010010110111011111011111010011110111001101000010010100000111010001000111010110101 | efbe83e98a96efbe9ee684a0e88eb5 |
UHC | ?銖??? | 001111111110001011000111001111110011111100111111 | 3fe2c73f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)