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 | 11101001100110011000101111100101100100011011010111100101101100001011100001000010 | e9998be591b5e5b0b842 |
EUC-JP | 髯句揃蟆クB | 1111000111111001101101101110011111000010101101111110101010110010100011101011100001000010 | f1f9b6e7c2b7eab28eb842 |
UTF-8 | 髯句揃蟆クB | 11101001101010111010111111100101100011111010010111100110100011111000001111101000100111111000011011101111101111011011100001000010 | e9abafe58fa5e68f83e89f86efbdb842 |
UHC | ?句???B | 00111111110011111010001100111111001111110011111101000010 | 3fcfa33f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)