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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 褥ф?B | 111001011111000110000100100001100011111101000010 | e5f184863f42 |
EUC-JP | 褥ф?B | 111010101111001110100111111001100011111101000010 | eaf3a7e63f42 |
UTF-8 | 褥ф꼇B | 111010001010010010100101110100011000010011101010101111001000011101000010 | e8a4a5d184eabc8742 |
UHC | 褥ф꼇B | 11101001101100111010110011100110101100101011101101000010 | e9b3ace6b2bb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)