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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 棚族其鱈 | 1001001001001001100100011011000010010001101101001001001001001100 | 924991b091b4924c |
EUC-JP | 棚族其鱈 | 1100001110101010110000101011001011000010101101101100001110101101 | c3aac2b2c2b6c3ad |
UTF-8 | 棚族其鱈 | 111001101010001110011010111001101001011110001111111001011000010110110110111010011011000110001000 | e6a39ae6978fe585b6e9b188 |
UHC | 棚族其? | 11011101110111001111000011101001110100001110110000111111 | dddcf0e9d0ec3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)