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 | 張η?褥 | 10010010101000111000001111000101001111111110010111110001 | 92a383c53fe5f1 |
EUC-JP | 張η?褥 | 11000100101001011010011011000111001111111110101011110011 | c4a5a6c73feaf3 |
UTF-8 | 張η댚褥 | 1110010110111100101101011100111010110111111010111000110010011010111010001010010010100101 | e5bcb5ceb7eb8c9ae8a4a5 |
UHC | 張η댚褥 | 1110110111100101101001011110011110001000101111101110100110110011 | ede5a5e788bee9b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)