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 | 雎梧立蟯 | 1110100010110001100011001110011010010111101001111110010110110010 | e8b18ce697a7e5b2 |
EUC-JP | 雎梧立蟯 | 1111000010110011101110001110100011001110101010011110101010110100 | f0b3b8e8cea9eab4 |
UTF-8 | 雎梧立蟯 | 111010011001101110001110111001101010001010100111111001111010101110001011111010001001111110101111 | e99b8ee6a2a7e7ab8be89faf |
UHC | 雎梧立蟯 | 1110111011010001111001111111110011011000101000011110100110101000 | eed1e7fcd8a1e9a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)