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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 長?障 | 1001001010110111001111111000111111100001 | 92b73f8fe1 |
EUC-JP | 長?障 | 1100010010111001001111111011111011100011 | c4b93fbee3 |
UTF-8 | 長렲障 | 111010011001010110110111111010111010000010110010111010011001101010011100 | e995b7eba0b2e99a9c |
UHC | 長렲障 | 111011011111111010001110101111111110111010100001 | edfe8ebfeea1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)