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 | 螂梦ス― | 11100101101001011001101011101011101111011000000101011100 | e5a59aebbd815c |
EUC-JP | 螂梦ス― | 1110101010100111110101001110110110001110101111011010000110111101 | eaa7d4ed8ebda1bd |
UTF-8 | 螂梦ス― | 111010001001111010000010111001101010001010100110111011111011110110111101111000101000000010010101 | e89e82e6a2a6efbdbde28095 |
UHC | 螂??― | 110101011100110000111111001111111010000110101010 | d5cc3f3fa1aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)