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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鉗ア貊大 | 111001111110011110110001111001101011101110010001111001011111011110001011 | e7e7b1e6bb91e5f78b |
EUC-JP | 鉗ア貊大? | 111011101110100110001110101100011110110010111101110000101110011100111111 | eee98eb1ecbdc2e73f |
UTF-8 | 鉗ア貊大 | 111010011000100110010111111011111011110110110001111010001011001010001010111001011010010010100111111011101001010110101110 | e98997efbdb1e8b28ae5a4a7ee95ae |
UHC | 鉗?貊大? | 1100110011000110001111111101100011100111110100111101111000111111 | ccc63fd8e7d3de3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)