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 | 移??移??^ | 100010001101101000111111001111111000100011011010001111110011111101011110 | 88da3f3f88da3f3f5e |
EUC-JP | 移??移??^ | 101100001101110000111111001111111011000011011100001111110011111101011110 | b0dc3f3fb0dc3f3f5e |
UTF-8 | 移졿늿移좂뿲^ | 11100111101001111011101111101100101000011011111111101011100010101011111111100111101001111011101111101100101000101000001011101011101111111011001001011110 | e7a7bbeca1bfeb8abfe7a7bbeca282ebbfb25e |
UHC | 移졿늿移좂뿲^ | 11101100101110011010000011100110100010001000100011101100101110011010000011100111100101111011001001011110 | ecb9a0e68888ecb9a0e797b25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)