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 | ?B????F | 00111111010000100011111100111111001111110011111101000110 | 3f423f3f3f3f46 |
SJIS-WIN | ?B????F | 00111111010000100011111100111111001111110011111101000110 | 3f423f3f3f3f46 |
EUC-JP | ?B????F | 00111111010000100011111100111111001111110011111101000110 | 3f423f3f3f3f46 |
UTF-8 | 혩B혗혧챕혢F | 1110110110011000101010010100001011101101100110001001011111101101100110001010011111101100101100011001010111101101100110001010001001000110 | ed98a942ed9897ed98a7ecb195ed98a246 |
UHC | 혩B혗혧챕혢F | 110000101001000101000010110000101000001011000010100011111100001110101001110000101000101101000110 | c29142c282c28fc3a9c28b46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)