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 | 際?錚皎? | 1000110111011011001111111110100001000010111000011010011100111111 | 8ddb3fe842e1a73f |
EUC-JP | 際?錚皎? | 1011101011011101001111111110111110100011111000101010100100111111 | badd3fefa3e2a93f |
UTF-8 | 際렎錚皎렍 | 111010011001101010011011111010111010000010001110111010011000110010011010111001111001101010001110111010111010000010001101 | e99a9beba08ee98c9ae79a8eeba08d |
UHC | 際렎錚皎렍 | 11110000101101111000111010100100111011101011011011001110111010111000111010100011 | f0b78ea4eeb6ceeb8ea3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)