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 | 単蔵短揃 | 1001001001010000100100011010000010010010010110101001000110110101 | 925091a0925a91b5 |
EUC-JP | 単蔵短揃 | 1100001110110001110000101010001011000011101110111100001010110111 | c3b1c2a2c3bbc2b7 |
UTF-8 | 単蔵短揃 | 111001011000110110011000111010001001010010110101111001111001111110101101111001101000111110000011 | e58d98e894b5e79fade68f83 |
UHC | ??短? | 0011111100111111110100111010110100111111 | 3f3fd3ad3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)