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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | セ謗ケワ鞐タ | 11110000101111011011111011100110100011101011100111011100111010001101111011000000 | f0bdbee68eb9dce8dec0 |
EUC-JP | ?セ謗ケワ鞐タ | 00111111100011101011111011101011111011101000111010111001100011101101110011110000111000001000111011000000 | 3f8ebeebee8eb98edcf0e08ec0 |
UTF-8 | セ謗ケワ鞐タ | 111011101000000110111100111011111011110110111110111010001010110010010111111011111011110110111001111011111011111010011100111010011001111010010000111011111011111010000000 | ee81bcefbdbee8ac97efbdb9efbe9ce99e90efbe80 |
UHC | ??謗???? | 0011111100111111110110111011111100111111001111110011111100111111 | 3f3fdbbf3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)