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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 達辰村孫^ | 100100100100001010010010010000111001000110111010100100011011011101011110 | 9242924391ba91b75e |
EUC-JP | 達辰村孫^ | 110000111010001111000011101001001100001010111100110000101011100101011110 | c3a3c3a4c2bcc2b95e |
UTF-8 | 達辰村孫^ | 11101001100000011001010011101000101111101011000011100110100111011001000111100101101011011010101101011110 | e98194e8beb0e69d91e5adab5e |
UHC | 達辰村孫^ | 110100111011100111110010111000111111010110111101111000011101110101011110 | d3b9f2e3f5bde1dd5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)