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 | ???d | 00111111001111110011111101100100 | 3f3f3f64 |
SJIS-WIN | 謔臥汞d | 11100110100000101000100111100111100111111000011101100100 | e68289e79f8764 |
EUC-JP | 謔臥汞d | 11101011111000101011001011101001110111011110011101100100 | ebe2b2e9dde764 |
UTF-8 | 謔臥汞d | 11101000101011001001010011101000100001111010010111100110101100011001111001100100 | e8ac94e887a5e6b19e64 |
UHC | 謔臥汞d | 11111001110011001110100011000010111110111111000101100100 | f9cce8c2fbf164 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)