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 | 裙コ螂磽 | 11100101111000111011101011100101101001011110001001000010 | e5e3bae5a5e242 |
EUC-JP | 裙コ螂磽 | 1110101011100101100011101011101011101010101001111110001110100011 | eae58ebaeaa7e3a3 |
UTF-8 | 裙コ螂磽 | 111010001010001110011001111011111011110110111010111010001001111010000010111001111010001110111101 | e8a399efbdbae89e82e7a3bd |
UHC | 裙?螂? | 110011111101100100111111110101011100110000111111 | cfd93fd5cc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)