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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | ヤコ\ | 1101010010111010111101101011101001011100 | d4baf6ba5c |
EUC-JP | ヤコ?\ | 100011101101010010001110101110100011111101011100 | 8ed48eba3f5c |
UTF-8 | ヤコ\ | 11101111101111101001010011101111101111011011101011101110100100111010000101011100 | efbe94efbdbaee93a15c |
UHC | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)