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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 短臓歎息B | 100100100101101010010001100111111001001001010110100100011010011101000010 | 925a919f925691a742 |
EUC-JP | 短臓歎息B | 110000111011101111000010101000011100001110110111110000101010100101000010 | c3bbc2a1c3b7c2a942 |
UTF-8 | 短臓歎息B | 11100111100111111010110111101000100001111001001111100110101011011000111011100110100000011010111101000010 | e79fade88793e6ad8ee681af42 |
UHC | 短?歎息B | 1101001110101101001111111111011110100111111000111101001101000010 | d3ad3ff7a7e3d342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)