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 | 移렠롏移렠롏^ | 11100111101001111011101111101011101000001010000011101011101000011000111111100111101001111011101111101011101000001010000011101011101000011000111101011110 | e7a7bbeba0a0eba18fe7a7bbeba0a0eba18f5e |
UHC | 移렠롏移렠롏^ | 11101100101110011000111010110001100011101101010111101100101110011000111010110001100011101101010101011110 | ecb98eb18ed5ecb98eb18ed55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)