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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | シ齊コ治 | 11110000101100111011110011101010100011101011101010001110101000011111000010111100 | f0b3bcea8eba8ea1f0bc |
EUC-JP | ?シ齊コ治? | 00111111100011101011110011110011111011101000111010111010101111001010001100111111 | 3f8ebcf3ee8ebabca33f |
UTF-8 | シ齊コ治 | 111011101000000110110010111011111011110110111100111010011011110110001010111011111011110110111010111001101011001010111011111011101000000110111011 | ee81b2efbdbce9bd8aefbdbae6b2bbee81bb |
UHC | ??齊?治? | 0011111100111111111100001011101000111111111101101011110100111111 | 3f3ff0ba3ff6bd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)