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 | 鞳檎粟跼 | 1110100011100011100011001110011110001000101111101110011011110000 | e8e38ce788bee6f0 |
EUC-JP | 鞳檎粟跼 | 1111000011100101101110001110100110110000110000001110110011110010 | f0e5b8e9b0c0ecf2 |
UTF-8 | 鞳檎粟跼 | 111010011001111010110011111001101010101010001110111001111011001010011111111010001011011110111100 | e99eb3e6aa8ee7b29fe8b7bc |
UHC | ?檎粟? | 001111111101000011010101111000011101100000111111 | 3fd0d5e1d83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)