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 | ??@??@B | 00111111001111110100000000111111001111110100000001000010 | 3f3f403f3f4042 |
SJIS-WIN | 尊短@尊短@B | 1001000110111000100100100101101001000000100100011011100010010010010110100100000001000010 | 91b8925a4091b8925a4042 |
EUC-JP | 尊短@尊短@B | 1100001010111010110000111011101101000000110000101011101011000011101110110100000001000010 | c2bac3bb40c2bac3bb4042 |
UTF-8 | 尊短@尊短@B | 111001011011000010001010111001111001111110101101010000001110010110110000100010101110011110011111101011010100000001000010 | e5b08ae79fad40e5b08ae79fad4042 |
UHC | 尊短@尊短@B | 1111000011101110110100111010110101000000111100001110111011010011101011010100000001000010 | f0eed3ad40f0eed3ad4042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)