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 | 炅介貍玲譯 | 11111011010100011000100111101110111001101011110010010111111001101110011010100001 | fb5189eee6bc97e6e6a1 |
EUC-JP | 炅介貍玲譯 | 1000111111001001110010101011001011110000111011001011111011001110111010001110110010100011 | 8fc9cab2f0ecbecee8eca3 |
UTF-8 | 炅介貍玲譯 | 111001111000001010000101111001001011101110001011111010001011001010001101111001111000111010110010111010001010110110101111 | e78285e4bb8be8b28de78eb2e8adaf |
UHC | 炅介?玲譯 | 110011001101110111001011101111110011111111010110101111001110011010111011 | ccddcbbf3fd6bce6bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)