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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 芝?齋? | 100011101100010100111111111000100101011000111111 | 8ec53fe2563f |
EUC-JP | 芝?齋? | 101111001100011100111111111000111011011100111111 | bcc73fe3b73f |
UTF-8 | 芝렡齋렢 | 111010001000101010011101111010111010000010100001111010011011110110001011111010111010000010100010 | e88a9deba0a1e9bd8beba0a2 |
UHC | 芝렡齋렢 | 1111001010111001100011101011001011101110101100011000111010110011 | f2b98eb2eeb18eb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)