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 | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
SJIS-WIN | 煮捨丞ウ] | 1000111011001111100011101100110010001111111001011011001101011101 | 8ecf8ecc8fe5b35d |
EUC-JP | 煮捨丞ウ] | 101111001101000110111100110011101011111011100111100011101011001101011101 | bcd1bccebee78eb35d |
UTF-8 | 煮捨丞ウ] | 11100111100001011010111011100110100011011010100011100100101110001001111011101111101111011011001101011101 | e785aee68da8e4b89eefbdb35d |
UHC | 煮捨丞?] | 1110110110110100110111101101011111100011101010100011111101011101 | edb4ded7e3aa3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)