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 | 筍結郷貊 | 1110001010100001100011001000101110001011101111011110011010111011 | e2a18c8b8bbde6bb |
EUC-JP | 筍結郷貊 | 1110010010100011101101111110101110110110101111111110110010111101 | e4a3b7ebb6bfecbd |
UTF-8 | 筍結郷貊 | 111001111010110110001101111001111011010110010000111010011000001110110111111010001011001010001010 | e7ad8de7b590e983b7e8b28a |
UHC | 筍結?貊 | 11100010111011001100110010111111001111111101100011100111 | e2ecccbf3fd8e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)