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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 諸?淫祠?B | 100011111001010000111111100010001111101011100010010010110011111101000010 | 8f943f88fae24b3f42 |
EUC-JP | 諸?淫祠?B | 101111011111010000111111101100001111110011100011101011000011111101000010 | bdf43fb0fce3ac3f42 |
UTF-8 | 諸렪淫祠殺B | 11101000101010111011100011101011101000001010101011100110101101111010101111100111101001011010000011101111101001011011000001000010 | e8abb8eba0aae6b7abe7a5a0efa5b042 |
UHC | 諸렪淫祠殺B | 1111000010110011100011101011100011101011111000101101111011100110111000011110110101000010 | f0b38eb8ebe2dee6e1ed42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)