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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | 梡??梡??^ | 1000111111000011111100110011111100111111100011111100001111110011001111110011111101011110 | 8fc3f33f3f8fc3f33f3f5e |
UTF-8 | 梡롔롖梡롗렻^ | 11100110101000101010000111101011101000011001010011101011101000011001011011100110101000101010000111101011101000011001011111101011101000001011101101011110 | e6a2a1eba194eba196e6a2a1eba197eba0bb5e |
UHC | 梡롔롖梡롗렻^ | 11101000110010011000111011011000100011101101101011101000110010011000111011011011100011101100001101011110 | e8c98ed88edae8c98edb8ec35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)