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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | セ蜴゚湿辞B | 101111101110010110001110110111111000111010111100100011101010101101000010 | bee58edf8ebc8eab42 |
EUC-JP | セ蜴゚湿辞B | 1000111010111110111010011110111010001110110111111011110010111110101111001010110101000010 | 8ebee9ee8edfbcbebcad42 |
UTF-8 | セ蜴゚湿辞B | 11101111101111011011111011101000100111001011010011101111101111101001111111100110101110011011111111101000101111101001111001000010 | efbdbee89cb4efbe9fe6b9bfe8be9e42 |
UHC | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)