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 | 髯カ竊真 | 11101001100110011011011011100010100001101001000001011110 | e999b6e286905e |
EUC-JP | 髯カ竊真 | 1111000111111001100011101011011011100011111001101011111110111111 | f1f98eb6e3e6bfbf |
UTF-8 | 髯カ竊真 | 111010011010101110101111111011111011110110110110111001111010101110001010111001111001110010011111 | e9abafefbdb6e7ab8ae79c9f |
UHC | ??竊? | 0011111100111111111011111011110000111111 | 3f3fefbc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)