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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 捨識 | 1111000010111111100011101100110011110010111000001000111010101111 | f0bf8eccf2e08eaf |
EUC-JP | ?捨?識 | 001111111011110011001110001111111011110010110001 | 3fbcce3fbcb1 |
UTF-8 | 捨識 | 111011101000000110111110111001101000110110101000111011101000100010010111111010001010110110011000 | ee81bee68da8ee8897e8ad98 |
UHC | ?捨?識 | 001111111101111011010111001111111110001111011011 | 3fded73fe3db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)