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 | ???G | 00111111001111110011111101000111 | 3f3f3f47 |
SJIS-WIN | 艸苦儀G | 11100100100001111000101111101010100010110101011001000111 | e4878bea8b5647 |
EUC-JP | 艸苦儀G | 11100111111001111011011011101100101101011011011101000111 | e7e7b6ecb5b747 |
UTF-8 | 艸苦儀G | 11101000100010011011100011101000100010111010011011100101100001001000000001000111 | e889b8e88ba6e5848047 |
UHC | 艸苦儀G | 11110101101011001100110111001000111010111111000001000111 | f5accdc8ebf047 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)