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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 螳榊廠] | 11100101101011101000110111100101100011111011000101011101 | e5ae8de58fb15d |
EUC-JP | 螳榊廠] | 11101010101100001011101011100111101111101011001101011101 | eab0bae7beb35d |
UTF-8 | 螳榊廠] | 11101000100111101011001111100110101001101000101011100101101110111010000001011101 | e89eb3e6a68ae5bba05d |
UHC | 螳?廠] | 110100111101100100111111111100111101111101011101 | d3d93ff3df5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)