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 | Û¢ïÐ | 11011011101000101110111111010000 | dba2efd0 |
SJIS-WIN | ?¢?? | 0011111110000001100100010011111100111111 | 3f81913f3f |
EUC-JP | Û¢ï? | 100011111010101011100101101000011111000110001111101010111100000100111111 | 8faae5a1f18fabc13f |
UTF-8 | Û¢ïÐ | 1100001110011011110000101010001011000011101011111100001110010000 | c39bc2a2c3afc390 |
UHC | ???Ð | 0011111100111111001111111010100010100010 | 3f3f3fa8a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)