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 | Í°Ó¹ | 11001101101100001101001110111001 | cdb0d3b9 |
SJIS-WIN | ?°?? | 0011111110000001100010110011111100111111 | 3f818b3f3f |
EUC-JP | Í°Ó? | 100011111010101010111111101000011110101110001111101010101101000100111111 | 8faabfa1eb8faad13f |
UTF-8 | Í°Ó¹ | 1100001110001101110000101011000011000011100100111100001010111001 | c38dc2b0c393c2b9 |
UHC | ?°?¹ | 001111111010000111000110001111111010100111110110 | 3fa1c63fa9f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)