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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 粹????B | 11100010111011010011111100111111001111110011111101000010 | e2ed3f3f3f3f42 |
EUC-JP | 粹?™??B | 111001001110111100111111100011111010001011101111001111110011111101000010 | e4ef3f8fa2ef3f3f42 |
UTF-8 | 粹뜂™텓넞B | 11100111101100101011100111101011100111001000001011100010100001001010001011101101100001011001001111101011100001001001111001000010 | e7b2b9eb9c82e284a2ed8593eb849e42 |
UHC | 粹뜂™텓넞B | 1110001010110110100011011000011010100010111000101011011010001101100001101010001001000010 | e2b68d86a2e2b68d86a242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)