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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 髫懷商^ | 11101001100110101001110011100101100011111010010001011110 | e99a9ce58fa45e |
EUC-JP | 髫懷商^ | 11110001111110101101100011100111101111101010011001011110 | f1fad8e7bea65e |
UTF-8 | 髫懷商^ | 11101001101010111010101111100110100001111011011111100101100101011000011001011110 | e9ababe687b7e595865e |
UHC | ?懷商^ | 001111111111110011100011110111111100001001011110 | 3ffce3dfc25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)