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 | ÷¬VÍ°_ | 111101111010110001010110110011011011000001011111 | f7ac56cdb05f |
SJIS-WIN | ÷¬V?°_ | 100000011000000010000001110010100101011000111111100000011000101101011111 | 818081ca563f818b5f |
EUC-JP | ÷¬VÍ°_ | 1010000111100000101000101100110001010110100011111010101010111111101000011110101101011111 | a1e0a2cc568faabfa1eb5f |
UTF-8 | ÷¬VÍ°_ | 11000011101101111100001010101100010101101100001110001101110000101011000001011111 | c3b7c2ac56c38dc2b05f |
UHC | ÷?V?°_ | 1010000111000000001111110101011000111111101000011100011001011111 | a1c03f563fa1c65f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)