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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | 霈ネ寬ー漆\ | 111010001011110011001000111110101010101010110000100011101011110101011100 | e8bcc8faaab08ebd5c |
EUC-JP | 霈ネ?ー漆\ | 11110000101111101000111011001000001111111000111010110000101111001011111101011100 | f0be8ec83f8eb0bcbf5c |
UTF-8 | 霈ネ寬ー漆\ | 11101001100111001000100011101111101111101000100011100101101011111010110011101111101111011011000011100110101111001000011001011100 | e99c88efbe88e5afacefbdb0e6bc865c |
UHC | ??寬?漆\ | 0011111100111111110011101011000000111111111101101101010001011100 | 3f3fceb03ff6d45c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)