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 | ?界酊 | 0011111110001010010001011110011111000010 | 3f8a45e7c2 |
EUC-JP | 雩界酊 | 10001111111001101111101010110011101001101110111011000100 | 8fe6fab3a6eec4 |
UTF-8 | 雩界酊 | 111010011001101110101001111001111001010110001100111010011000010110001010 | e99ba9e7958ce9858a |
UHC | 雩界酊 | 111010011110110011001101101000111110111111111000 | e9eccda3eff8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)