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 | 穩ノ?? | 111000100111001010000011011011010011111100111111 | e272836d3f3f |
EUC-JP | 穩ノ?? | 111000111101001110100101110011100011111100111111 | e3d3a5ce3f3f |
UTF-8 | 穩ノ듭쐝 | 111001111010100110101001111000111000001110001110111010111001001110101101111011001001000010011101 | e7a9a9e3838eeb93adec909d |
UHC | 穩ノ듭쐝 | 1110100010110001101010111100111010110101111011001001110010000011 | e8b1abceb5ec9c83 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)