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 | Ó£âÀÓ®C | 11010011101000111110001011000000110100111010111001000011 | d3a3e2c0d3ae43 |
SJIS-WIN | ?£????C | 0011111110000001100100100011111100111111001111110011111101000011 | 3f81923f3f3f3f43 |
EUC-JP | Ó£âÀÓ®C | 100011111010101011010001101000011111001010001111101010111010010010001111101010101010001010001111101010101101000110001111101000101110111001000011 | 8faad1a1f28faba48faaa28faad18fa2ee43 |
UTF-8 | Ó£âÀÓ®C | 11000011100100111100001010100011110000111010001011000011100000001100001110010011110000101010111001000011 | c393c2a3c3a2c380c393c2ae43 |
UHC | ?????®C | 0011111100111111001111110011111100111111101000101110011101000011 | 3f3f3f3f3fa2e743 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)