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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 低臀∈B | 10010010111000011110010001011100100000011011100001000010 | 92e1e45c81b842 |
EUC-JP | 低臀∈B | 11000100111000111110011110111101101000101011101001000010 | c4e3e7bda2ba42 |
UTF-8 | 低臀∈B | 11100100101111011000111011101000100001111000000011100010100010001000100001000010 | e4bd8ee88780e2888842 |
UHC | 低臀∈B | 11101110101110001101010011101011101000011111010001000010 | eeb8d4eba1f442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)