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 | 礁ス捨辞 | 100011111100101010111101100011101100110011110010110110101000111010101011 | 8fcabd8eccf2da8eab |
EUC-JP | 礁ス捨?辞 | 101111101100110010001110101111011011110011001110001111111011110010101101 | becc8ebdbcce3fbcad |
UTF-8 | 礁ス捨辞 | 111001111010010010000001111011111011110110111101111001101000110110101000111011101000100010010001111010001011111010011110 | e7a481efbdbde68da8ee8891e8be9e |
UHC | 礁?捨?? | 11110101101001110011111111011110110101110011111100111111 | f5a73fded73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)