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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 踵胞踵胞B | 111001101111100110010110010001011110011011111001100101100100010101000010 | e6f99645e6f9964542 |
EUC-JP | 踵胞踵胞B | 111011001111101111001011101001101110110011111011110010111010011001000010 | ecfbcba6ecfbcba642 |
UTF-8 | 踵胞踵胞B | 11101000101110001011010111101000100000111001111011101000101110001011010111101000100000111001111001000010 | e8b8b5e8839ee8b8b5e8839e42 |
UHC | 踵胞踵胞B | 111100011010001011111000111000001111000110100010111110001110000001000010 | f1a2f8e0f1a2f8e042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)