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 | ?????u^ | 00111111001111110011111100111111001111110111010101011110 | 3f3f3f3f3f755e |
SJIS-WIN | 嶸カ巐夬于u^ | 1111101010110100101101101111101010110110100110101110110110011000101100000111010101011110 | fab4b6fab69aed98b0755e |
EUC-JP | 嶸カ巐夬于u^ | 1000111110111011111101001000111010110110100011111011101111111001110101001110111111010000101100100111010101011110 | 8fbbf48eb68fbbf9d4efd0b2755e |
UTF-8 | 嶸カ巐夬于u^ | 1110010110110110101110001110111110111101101101101110010110110111100100001110010110100100101011001110010010111010100011100111010101011110 | e5b6b8efbdb6e5b790e5a4ace4ba8e755e |
UHC | 嶸???于u^ | 111001111010111000111111001111110011111111101001110011010111010101011110 | e7ae3f3f3fe9cd755e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)