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 | 111000111101011111110010111100001100110010100010111100101111000001000010 | e3d7f2f0cca2f2f042 |
EUC-JP | 聆?フ「?B | 111001101101100100111111100011101100110010001110101000100011111101000010 | e6d93f8ecc8ea23f42 |
UTF-8 | 聆フ「B | 11101000100000011000011011101110100010001010011111101111101111101000110011101111101111011010001011101110100010001010011101000010 | e88186ee88a7efbe8cefbda2ee88a742 |
UHC | 聆????B | 11010110110000000011111100111111001111110011111101000010 | d6c03f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)