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 | 00111111001111110100000000111111001111110100000001000010 | 3f3f403f3f4042 |
SJIS-WIN | 涌哭@涌哭@B | 1001011101001111100110100100110001000000100101110100111110011010010011000100000001000010 | 974f9a4c40974f9a4c4042 |
EUC-JP | 涌哭@涌哭@B | 1100110110110000110100111010110101000000110011011011000011010011101011010100000001000010 | cdb0d3ad40cdb0d3ad4042 |
UTF-8 | 涌哭@涌哭@B | 111001101011011010001100111001011001001110101101010000001110011010110110100011001110010110010011101011010100000001000010 | e6b68ce593ad40e6b68ce593ad4042 |
UHC | 涌哭@涌哭@B | 1110100110111111110011011101011001000000111010011011111111001101110101100100000001000010 | e9bfcdd640e9bfcdd64042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)