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 | 100100101001110010010110101010100011111110011010110110000011111101000010 | 929c96aa3f9ad83f42 |
EUC-JP | 凋蓑?壓?B | 110000111111110011001100101011000011111111010100110110100011111101000010 | c3fcccac3fd4da3f42 |
UTF-8 | 凋蓑췻壓렭B | 11100101100001111000101111101000100100111001000111101100101101111011101111100101101000111001001111101011101000001010110101000010 | e5878be89391ecb7bbe5a393eba0ad42 |
UHC | 凋蓑췻壓렭B | 1111000010111101110111101110111011000011111100001110010011100010100011101011101001000010 | f0bddeeec3f0e4e28eba42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)