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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 螳榊濤陋 | 1110010110101110100011011110010110011111101101111110100010011011 | e5ae8de59fb7e89b |
EUC-JP | 螳榊濤陋 | 1110101010110000101110101110011111011110101110011110111111111011 | eab0bae7deb9effb |
UTF-8 | 螳榊濤陋 | 111010001001111010110011111001101010011010001010111001101011111110100100111010011001100110001011 | e89eb3e6a68ae6bfa4e9998b |
UHC | 螳?濤陋 | 11010011110110010011111111010100101001101101011110110000 | d3d93fd4a6d7b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)