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 | ???A | 00111111001111110011111101000001 | 3f3f3f41 |
SJIS-WIN | 嬋碩潟A | 10011011011010001001000011010111100010101000001101000001 | 9b6890d78a8341 |
EUC-JP | 嬋碩潟A | 11010101110010011100000011011001101100111110001101000001 | d5c9c0d9b3e341 |
UTF-8 | 嬋碩潟A | 11100101101011001000101111100111101000101010100111100110101111011001111101000001 | e5ac8be7a2a9e6bd9f41 |
UHC | 嬋碩潟A | 11100000101111011110000010110101111000001011001101000001 | e0bde0b5e0b341 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)