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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 肛屑羃B | 11100011111010001000101111111011111000111011000001000010 | e3e88bfbe3b042 |
EUC-JP | 肛屑羃B | 11100110111010101011011011111101111001101011001001000010 | e6eab6fde6b242 |
UTF-8 | 肛屑羃B | 11101000100000101001101111100101101100011001000111100111101111101000001101000010 | e8829be5b191e7be8342 |
UHC | 肛屑?B | 111110011111110111100000110110100011111101000010 | f9fde0da3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)