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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 撓??寡? | 10011101100110100011111100111111100010011100011100111111 | 9d9a3f3f89c73f |
EUC-JP | 撓??寡? | 11011001111110100011111100111111101100101100100100111111 | d9fa3f3fb2c93f |
UTF-8 | 撓껈삫寡料 | 111001101001001010010011111010101011101110001000111011001000001010101011111001011010111110100001111011111010011010111110 | e69293eabb88ec82abe5afa1efa6be |
UHC | 撓껈삫寡料 | 11101000111101011000001111101001100110001010101011001101111110111110100011110111 | e8f583e998aacdfbe8f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)