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 | ???{d | 0011111100111111001111110111101101100100 | 3f3f3f7b64 |
SJIS-WIN | 雜∫瓦{d | 1110100010110110100000011110011110001010101000100111101101100100 | e8b681e78aa27b64 |
EUC-JP | 雜∫瓦{d | 1111000010111000101000101110100110110100101001000111101101100100 | f0b8a2e9b4a47b64 |
UTF-8 | 雜∫瓦{d | 1110100110011011100111001110001010001000101010111110011110010011101001100111101101100100 | e99b9ce288abe793a67b64 |
UHC | 雜∫瓦{d | 1110110111011010101000011111001011101000101111110111101101100100 | eddaa1f2e8bf7b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)