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 | Í°Í° | 11001101101100001100110110110000 | cdb0cdb0 |
SJIS-WIN | ?°?° | 001111111000000110001011001111111000000110001011 | 3f818b3f818b |
EUC-JP | Í°Í° | 10001111101010101011111110100001111010111000111110101010101111111010000111101011 | 8faabfa1eb8faabfa1eb |
UTF-8 | Í°Í° | 1100001110001101110000101011000011000011100011011100001010110000 | c38dc2b0c38dc2b0 |
UHC | ?°?° | 001111111010000111000110001111111010000111000110 | 3fa1c63fa1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)