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 | 繿咲外艫 | 1110001110010001100011011110011110001010010011111110010010000011 | e3918de78a4fe483 |
EUC-JP | 繿咲外艫 | 1110010111110001101110101110100110110011101100001110011111100011 | e5f1bae9b3b0e7e3 |
UTF-8 | 繿咲外艫 | 111001111011100110111111111001011001001010110010111001011010010010010110111010001000100110101011 | e7b9bfe592b2e5a496e889ab |
UHC | ??外? | 0011111100111111111010001110001000111111 | 3f3fe8e23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)