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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 濟?趾?元ⅵ | 11100000010110100011111111100110111001000011111110001100101100111111101001000101 | e05a3fe6e43f8cb3fa45 |
EUC-JP | 濟?趾?元? | 110111111011101100111111111011001110011000111111101110001011010100111111 | dfbb3fece63fb8b53f |
UTF-8 | 濟렧趾렋元ⅵ | 111001101011111110011111111010111010000010100111111010001011011010111110111010111010000010001011111001011000010110000011111000101000010110110101 | e6bf9feba0a7e8b6beeba08be58583e285b5 |
UHC | 濟렧趾렋元ⅵ | 111100001010110110001110101101101111001010111111100011101010001011101010101010101010010110100110 | f0ad8eb6f2bf8ea2eaaaa5a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)