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 | 雕牙調蝓 | 1110100010111000100010011110010110010010101100101110010110011111 | e8b889e592b2e59f |
EUC-JP | 雕牙調蝓 | 1111000010111010101100101110011111000100101101001110101010100001 | f0bab2e7c4b4eaa1 |
UTF-8 | 雕牙調蝓 | 111010011001101110010101111001111000100110011001111010001010101010111111111010001001110110010011 | e99b95e78999e8aabfe89d93 |
UHC | 雕牙調? | 11110000111001111110010010110011111100001110000000111111 | f0e7e4b3f0e03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)