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 | Í°Ó¹^F | 110011011011000011010011101110010101111001000110 | cdb0d3b95e46 |
SJIS-WIN | ?°??^F | 00111111100000011000101100111111001111110101111001000110 | 3f818b3f3f5e46 |
EUC-JP | Í°Ó?^F | 1000111110101010101111111010000111101011100011111010101011010001001111110101111001000110 | 8faabfa1eb8faad13f5e46 |
UTF-8 | Í°Ó¹^F | 11000011100011011100001010110000110000111001001111000010101110010101111001000110 | c38dc2b0c393c2b95e46 |
UHC | ?°?¹^F | 0011111110100001110001100011111110101001111101100101111001000110 | 3fa1c63fa9f65e46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)