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 | ¸÷ì¡ | 1000111110111000111101111110110010100001 | 8fb8f7eca1 |
SJIS-WIN | ??÷?? | 001111110011111110000001100000000011111100111111 | 3f3f81803f3f |
EUC-JP | ?¸÷ì¡ | 001111111000111110100010101100011010000111100000100011111010101111000000100011111010001011000010 | 3f8fa2b1a1e08fabc08fa2c2 |
UTF-8 | ¸÷ì¡ | 11000010100011111100001010111000110000111011011111000011101011001100001010100001 | c28fc2b8c3b7c3acc2a1 |
UHC | ?¸÷?¡ | 0011111110100010101011001010000111000000001111111010001010101110 | 3fa2aca1c03fa2ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)