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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 貅ェ貂咏汚遞 | 1110011010111010101010101110011010111000100110011110011110001001100110001110011110101000 | e6baaae6b899e78998e7a8 |
EUC-JP | 貅ェ貂咏汚遞 | 111011001011110010001110101010101110110010111010110100101110100110110001111110001110111010101010 | ecbc8eaaecbad2e9b1f8eeaa |
UTF-8 | 貅ェ貂咏汚遞 | 111010001011001010000101111011111011110110101010111010001011001010000010111001011001001010001111111001101011000110011010111010011000000110011110 | e8b285efbdaae8b282e5928fe6b19ae9819e |
UHC | ??貂?汚遞 | 001111110011111111110101101100000011111111100111111111011111010011110110 | 3f3ff5b03fe7fdf4f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)