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 | 要??蒻? | 10010111011101100011111100111111111001001110100000111111 | 97763f3fe4e83f |
EUC-JP | 要??蒻? | 11001101110101110011111100111111111010001110101000111111 | cdd73f3fe8ea3f |
UTF-8 | 要ㅶ퀗蒻딣 | 111010001010011010000001111000111000010110110110111011011000000010010111111010001001001010111011111010111001010010100011 | e8a681e385b6ed8097e892bbeb94a3 |
UHC | 要ㅶ퀗蒻딣 | 11101001101010011010010011100110101100111000110011100101101101101000101101000110 | e9a9a4e6b38ce5b68b46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)