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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 足橋??肢 | 1001000110101011100010111011010000111111001111111000111010001000 | 91ab8bb43f3f8e88 |
EUC-JP | 足橋??肢 | 1100001010101101101101101011011000111111001111111011101111101000 | c2adb6b63f3fbbe8 |
UTF-8 | 足橋렖렭肢 | 111010001011011010110011111001101010100110001011111010111010000010010110111010111010000010101101111010001000001010100010 | e8b6b3e6a98beba096eba0ade882a2 |
UHC | 足橋렖렭肢 | 11110000111010111100111011101001100011101010101110001110101110101111001010110110 | f0ebcee98eab8ebaf2b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)