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 | 11101000101001011010110111100111100000101000101011101001100000011010001101000010 | e8a5ade7828ae981a342 |
EUC-JP | 隘ュ轤企▲B | 1111000010100111100011101010110111101101111000101011010011101011101000101010010101000010 | f0a78eadede2b4eba2a542 |
UTF-8 | 隘ュ轤企▲B | 11101001100110101001100011101111101111011010110111101000101111011010010011100100101111001000000111100010100101101011001001000010 | e99a98efbdade8bda4e4bc81e296b242 |
UHC | 隘??企▲B | 111001001111011000111111001111111101000011101010101000011110001101000010 | e4f63f3fd0eaa1e342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)