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 | 鱈端短揃 | 1001001001001100100100100101101110010010010110101001000110110101 | 924c925b925a91b5 |
EUC-JP | 鱈端短揃 | 1100001110101101110000111011110011000011101110111100001010110111 | c3adc3bcc3bbc2b7 |
UTF-8 | 鱈端短揃 | 111010011011000110001000111001111010101110101111111001111001111110101101111001101000111110000011 | e9b188e7abafe79fade68f83 |
UHC | ?端短? | 001111111101001110101110110100111010110100111111 | 3fd3aed3ad3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)