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 | 諺???ζ? | 1000110010111111001111110011111100111111100000111100010000111111 | 8cbf3f3f3f83c43f |
EUC-JP | 諺??靷ζ? | 10111000110000010011111100111111100011111110011110111101101001101100011000111111 | b8c13f3f8fe7bda6c63f |
UTF-8 | 諺뽦뫀靷ζ릸 | 1110100010101011101110101110101110111101101001101110101110101011100000001110100110011101101101111100111010110110111010111010011010111000 | e8abbaebbda6ebab80e99db7ceb6eba6b8 |
UHC | 諺뽦뫀靷ζ릸 | 111001011110110010010110111000101001000110100100111011001110011010100101111001101001000010010110 | e5ec96e291a4ece6a5e69096 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)