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 | セ謗ソシ狆ル | 1011111011100110100011101011111110111100111000001011110011011001 | bee68ebfbce0bcd9 |
EUC-JP | セ謗ソシ狆ル | 100011101011111011101011111011101000111010111111100011101011110011100000101111101000111011011001 | 8ebeebee8ebf8ebce0be8ed9 |
UTF-8 | セ謗ソシ狆ル | 111011111011110110111110111010001010110010010111111011111011110110111111111011111011110110111100111001111000101110000110111011111011111010011001 | efbdbee8ac97efbdbfefbdbce78b86efbe99 |
UHC | ?謗???? | 00111111110110111011111100111111001111110011111100111111 | 3fdbbf3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)