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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 棚短h棚短 | 100100100100100110010010010110100110100010010010010010011001001001011010 | 9249925a689249925a |
EUC-JP | 棚短h棚短 | 110000111010101011000011101110110110100011000011101010101100001110111011 | c3aac3bb68c3aac3bb |
UTF-8 | 棚短h棚短 | 11100110101000111001101011100111100111111010110101101000111001101010001110011010111001111001111110101101 | e6a39ae79fad68e6a39ae79fad |
UHC | 棚短h棚短 | 110111011101110011010011101011010110100011011101110111001101001110101101 | dddcd3ad68dddcd3ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)