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 | ???U | 00111111001111110011111101010101 | 3f3f3f55 |
SJIS-WIN | 螳溽濫U | 11100101101011101001111111100111100101111001010001010101 | e5ae9fe7979455 |
EUC-JP | 螳溽濫U | 11101010101100001101111011101001110011011111010001010101 | eab0dee9cdf455 |
UTF-8 | 螳溽濫U | 11101000100111101011001111100110101110101011110111100110101111111010101101010101 | e89eb3e6babde6bfab55 |
UHC | 螳?濫U | 110100111101100100111111110101011011110101010101 | d3d93fd5bd55 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)