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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 濟?趾?元 | 1110000001011010001111111110011011100100001111111000110010110011 | e05a3fe6e43f8cb3 |
EUC-JP | 濟?趾?元 | 1101111110111011001111111110110011100110001111111011100010110101 | dfbb3fece63fb8b5 |
UTF-8 | 濟렧趾렋元 | 111001101011111110011111111010111010000010100111111010001011011010111110111010111010000010001011111001011000010110000011 | e6bf9feba0a7e8b6beeba08be58583 |
UHC | 濟렧趾렋元 | 11110000101011011000111010110110111100101011111110001110101000101110101010101010 | f0ad8eb6f2bf8ea2eaaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)