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 | 絶??掩? | 10010000111000100011111100111111100010011000011000111111 | 90e23f3f89863f |
EUC-JP | 絶??掩? | 11000000111001000011111100111111101100011110011000111111 | c0e43f3fb1e63f |
UTF-8 | 絶귛뇺掩뽏 | 111001111011010110110110111010101011011110011011111010111000011110111010111001101000111010101001111010111011110110001111 | e7b5b6eab79beb87bae68ea9ebbd8f |
UHC | 絶귛뇺掩뽏 | 11101111101111101000001011100101100001111001110111100101111100111001011011001110 | efbe82e5879de5f396ce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)