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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 葭跖レホ\ | 11100100110100011110011011101000110110101100111001011100 | e4d1e6e8dace5c |
EUC-JP | 葭跖レホ\ | 111010001101001111101100111010101000111011011010100011101100111001011100 | e8d3ecea8eda8ece5c |
UTF-8 | 葭跖レホ\ | 11101000100100011010110111101000101101111001011011101111101111101001101011101111101111101000111001011100 | e891ade8b796efbe9aefbe8e5c |
UHC | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)