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 | 疂〕礑\ | 11100001011010011000000101101100111000100100011001011100 | e169816ce2465c |
EUC-JP | 疂〕礑\ | 11100001110010101010000111001101111000111010011101011100 | e1caa1cde3a75c |
UTF-8 | 疂〕礑\ | 11100111100101101000001011100011100000001001010111100111101001001001000101011100 | e79682e38095e7a4915c |
UHC | ?〕?\ | 0011111110100001101100110011111101011100 | 3fa1b33f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)