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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蒹域ス檻 | 11100100111000111000100011100110101111011001111101000010 | e4e388e6bd9f42 |
EUC-JP | 蒹域ス檻 | 1110100011100101101100001110100010001110101111011101110110100011 | e8e5b0e88ebddda3 |
UTF-8 | 蒹域ス檻 | 111010001001001010111001111001011001111110011111111011111011110110111101111001101010101010111011 | e892b9e59f9fefbdbde6aabb |
UHC | ?域?檻 | 001111111110011010110100001111111111100111100011 | 3fe6b43ff9e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)