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 | ¸÷ì´x | 100011111011100011110111111011001011010001111000 | 8fb8f7ecb478 |
SJIS-WIN | ??÷?´x | 0011111100111111100000011000000000111111100000010100110001111000 | 3f3f81803f814c78 |
EUC-JP | ?¸÷ì´x | 001111111000111110100010101100011010000111100000100011111010101111000000101000011010110101111000 | 3f8fa2b1a1e08fabc0a1ad78 |
UTF-8 | ¸÷ì´x | 1100001010001111110000101011100011000011101101111100001110101100110000101011010001111000 | c28fc2b8c3b7c3acc2b478 |
UHC | ?¸÷?´x | 001111111010001010101100101000011100000000111111101000101010010101111000 | 3fa2aca1c03fa2a578 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)