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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蠏る屮 | 111001011011010110000010111010011001101110100011 | e5b582e99ba3 |
EUC-JP | 蠏る屮 | 111010101011011110100100111010111101011010100101 | eab7a4ebd6a5 |
UTF-8 | 蠏る屮 | 111010001010000010001111111000111000001010001011111001011011000110101110 | e8a08fe3828be5b1ae |
UHC | ?る? | 00111111101010101110101100111111 | 3faaeb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)