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 | ?}?r?r | 001111110111110100111111011100100011111101110010 | 3f7d3f723f72 |
SJIS-WIN | ?}?r?r | 001111110111110100111111011100100011111101110010 | 3f7d3f723f72 |
EUC-JP | ?}?r?r | 001111110111110100111111011100100011111101110010 | 3f7d3f723f72 |
UTF-8 | 묧}묨r묨r | 111010111010110010100111011111011110101110101100101010000111001011101011101011001010100001110010 | ebaca77debaca872ebaca872 |
UHC | 묧}묨r묨r | 100100011111111001111101100100100100000101110010100100100100000101110010 | 91fe7d924172924172 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)