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 | 顋矩。比槇 | 111010001111100110001011111010011010000110010100111001001110101010100000 | e8f98be9a194e4eaa0 |
EUC-JP | 顋矩。比槇 | 11110000111110111011011011101011100011101010000111001000111001101111010010100010 | f0fbb6eb8ea1c8e6f4a2 |
UTF-8 | 顋矩。比槇 | 111010011010000110001011111001111001111110101001111011111011110110100001111001101010111110010100111001101010011110000111 | e9a18be79fa9efbda1e6af94e6a787 |
UHC | ?矩?比? | 00111111110011111011101100111111110111011110111100111111 | 3fcfbb3fddef3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)