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 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | ?紆跣F | 001111111110001011111100111001101110111101000110 | 3fe2fce6ef46 |
EUC-JP | ?紆跣F | 001111111110010011111110111011001111000101000110 | 3fe4feecf146 |
UTF-8 | 뾸紆跣F | 11101011101111101011100011100111101101001000011011101000101101111010001101000110 | ebbeb8e7b486e8b7a346 |
UHC | 뾸紆跣F | 10010111011110101110100111100001111000001101001101000110 | 977ae9e1e0d346 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)