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 | 10110100111000101100000110101111101111011101101101000010 | b4e2c1afbddb42 |
EUC-JP | エ簔ッスロB | 1000111010110100111001001100001110001110101011111000111010111101100011101101101101000010 | 8eb4e4c38eaf8ebd8edb42 |
UTF-8 | エ簔ッスロB | 11101111101111011011010011100111101100001001010011101111101111011010111111101111101111011011110111101111101111101001101101000010 | efbdb4e7b094efbdafefbdbdefbe9b42 |
UHC | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)