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 | Í°÷¤LB | 110011011011000011110111101001000100110001000010 | cdb0f7a44c42 |
SJIS-WIN | ?°÷?LB | 0011111110000001100010111000000110000000001111110100110001000010 | 3f818b81803f4c42 |
EUC-JP | Í°÷¤LB | 100011111010101010111111101000011110101110100001111000001000111110100010111100000100110001000010 | 8faabfa1eba1e08fa2f04c42 |
UTF-8 | Í°÷¤LB | 11000011100011011100001010110000110000111011011111000010101001000100110001000010 | c38dc2b0c3b7c2a44c42 |
UHC | ?°÷¤LB | 001111111010000111000110101000011100000010100010101101000100110001000010 | 3fa1c6a1c0a2b44c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)