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 | èûZÅ | 100011111110100011111011010110101000111111000101 | 8fe8fb5a8fc5 |
SJIS-WIN | ???Z?? | 001111110011111100111111010110100011111100111111 | 3f3f3f5a3f3f |
EUC-JP | ?èûZ?Å | 001111111000111110101011101100101000111110101011111001010101101000111111100011111010101010101001 | 3f8fabb28fabe55a3f8faaa9 |
UTF-8 | èûZÅ | 1100001010001111110000111010100011000011101110110101101011000010100011111100001110000101 | c28fc3a8c3bb5ac28fc385 |
UHC | ???Z?? | 001111110011111100111111010110100011111100111111 | 3f3f3f5a3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)