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 | 氈???? | 100111111000000100111111001111110011111100111111 | 9f813f3f3f3f |
EUC-JP | 氈?勖?? | 1101110111100001001111111000111110110011111011010011111100111111 | dde13f8fb3ed3f3f |
UTF-8 | 氈렍勖렠杻 | 111001101011000010001000111010111010000010001101111001011000101110010110111010111010000010100000111011111010011110001000 | e6b088eba08de58b96eba0a0efa788 |
UHC | 氈렍勖렠杻 | 11101110111111011000111010100011111010011110110110001110101100011110101011110100 | eefd8ea3e9ed8eb1eaf4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)