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 | 鏃峯??錚 | 1110100001010110100101011111010100111111001111111110100001000010 | e85695f53f3fe842 |
EUC-JP | 鏃峯??錚 | 1110111110110111110010101111011100111111001111111110111110100011 | efb7caf73f3fefa3 |
UTF-8 | 鏃峯렎렠錚 | 111010011000111110000011111001011011001110101111111010111010000010001110111010111010000010100000111010011000110010011010 | e98f83e5b3afeba08eeba0a0e98c9a |
UHC | 鏃峯렎렠錚 | 11110000111011001101110011100111100011101010010010001110101100011110111010110110 | f0ecdce78ea48eb1eeb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)