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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | シナシェ上ェB | 1011110011000101101111001010101010001111111000111010101001000010 | bcc5bcaa8fe3aa42 |
EUC-JP | シナシェ上ェB | 10001110101111001000111011000101100011101011110010001110101010101011111011100101100011101010101001000010 | 8ebc8ec58ebc8eaabee58eaa42 |
UTF-8 | シナシェ上ェB | 11101111101111011011110011101111101111101000010111101111101111011011110011101111101111011010101011100100101110001000101011101111101111011010101001000010 | efbdbcefbe85efbdbcefbdaae4b88aefbdaa42 |
UHC | ????上?B | 0011111100111111001111110011111111011111101111100011111101000010 | 3f3f3f3fdfbe3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)