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 | 111000010101011111010001111000011111101001000110 | e157d1e1fa46 |
EUC-JP | 畍ム磅F | 11100001101110001000111011010001111000101111110001000110 | e1b88ed1e2fc46 |
UTF-8 | 畍ム磅F | 11100111100101011000110111101111101111101001000111100111101000111000010101000110 | e7958defbe91e7a38546 |
UHC | ??磅F | 0011111100111111110110111011011001000110 | 3f3fdbb646 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)