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 | 蜈域ス檻 | 11100101100001011000100011100110101111011001111101000010 | e58588e6bd9f42 |
EUC-JP | 蜈域ス檻 | 1110100111100101101100001110100010001110101111011101110110100011 | e9e5b0e88ebddda3 |
UTF-8 | 蜈域ス檻 | 111010001001110010001000111001011001111110011111111011111011110110111101111001101010101010111011 | e89c88e59f9fefbdbde6aabb |
UHC | 蜈域?檻 | 11101000101001011110011010110100001111111111100111100011 | e8a5e6b43ff9e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)