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 | ??昱??? | 00111111001111111111101001100011001111110011111100111111 | 3f3ffa633f3f3f |
EUC-JP | 玎?昱??? | 10001111110010111101001000111111100011111100001010101101001111110011111100111111 | 8fcbd23f8fc2ad3f3f3f |
UTF-8 | 玎렩昱곁렜롼 | 111001111000111010001110111010111010000010101001111001101001100010110001111010101011001110000001111010111010000010011100111010111010000110111100 | e78e8eeba0a9e698b1eab381eba09ceba1bc |
UHC | 玎렩昱곁렜롼 | 111011111110100110001110101101111110100111110000101100001110011110001110101011101011011111010111 | efe98eb7e9f0b0e78eaeb7d7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)