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 | 煆室遙 | 111110110101011010001110101110101110101010100001 | fb568ebaeaa1 |
EUC-JP | 煆室遙 | 10001111110010011111010010111100101111001111010010100011 | 8fc9f4bcbcf4a3 |
UTF-8 | 煆室遙 | 111001111000010110000110111001011010111010100100111010011000000110011001 | e78586e5aea4e98199 |
UHC | ?室遙 | 0011111111100011111110001110100110101011 | 3fe3f8e9ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)