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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 張η?橈?? | 100100101010001110000011110001010011111110011110111101000011111100111111 | 92a383c53f9ef43f3f |
EUC-JP | 張η?橈?? | 110001001010010110100110110001110011111111011100111101100011111100111111 | c4a5a6c73fdcf63f3f |
UTF-8 | 張η뮵橈묕풕 | 1110010110111100101101011100111010110111111010111010111010110101111001101010100110001000111010111010110010010101111011011001001010010101 | e5bcb5ceb7ebaeb5e6a988ebac95ed9295 |
UHC | 張η뮵橈묕풕 | 111011011110010110100101111001111001001010111101111010001111101010010001111011111011111010011000 | ede5a5e792bde8fa91efbe98 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)