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 | ¨ù¢¯¨ | 1010100011111001101000101010111110101000 | a8f9a2afa8 |
SJIS-WIN | ¨?¢?¨ | 1000000101001110001111111000000110010001001111111000000101001110 | 814e3f81913f814e |
EUC-JP | ¨ù¢¯¨ | 101000011010111110001111101010111110001110100001111100011000111110100010101101001010000110101111 | a1af8fabe3a1f18fa2b4a1af |
UTF-8 | ¨ù¢¯¨ | 11000010101010001100001110111001110000101010001011000010101011111100001010101000 | c2a8c3b9c2a2c2afc2a8 |
UHC | ¨???¨ | 10100001101001110011111100111111001111111010000110100111 | a1a73f3f3fa1a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)