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 | ¸÷ìÔ | 1000111110111000111101111110110011010100 | 8fb8f7ecd4 |
SJIS-WIN | ??÷?? | 001111110011111110000001100000000011111100111111 | 3f3f81803f3f |
EUC-JP | ?¸÷ìÔ | 001111111000111110100010101100011010000111100000100011111010101111000000100011111010101011010100 | 3f8fa2b1a1e08fabc08faad4 |
UTF-8 | ¸÷ìÔ | 11000010100011111100001010111000110000111011011111000011101011001100001110010100 | c28fc2b8c3b7c3acc394 |
UHC | ?¸÷?? | 00111111101000101010110010100001110000000011111100111111 | 3fa2aca1c03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)