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 | 軆絨蟀廳 | 1110011101011100111000110100111111100101101010011001110001001011 | e75ce34fe5a99c4b |
EUC-JP | 軆絨蟀廳 | 1110110110111101111001011011000011101010101010111101011110101100 | edbde5b0eaabd7ac |
UTF-8 | 軆絨蟀廳 | 111010001011101110000110111001111011010110101000111010001001111110000000111001011011101110110011 | e8bb86e7b5a8e89f80e5bbb3 |
UHC | ?絨?廳 | 001111111110101111010110001111111111010011100110 | 3febd63ff4e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)