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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 佚?牆?佚 | 1001100011000011001111111110000010101101001111111001100011000011 | 98c33fe0ad3f98c3 |
EUC-JP | 佚?牆?佚 | 1101000011000101001111111110000010101111001111111101000011000101 | d0c53fe0af3fd0c5 |
UTF-8 | 佚렒牆렮佚 | 111001001011110110011010111010111010000010010010111001111000100110000110111010111010000010101110111001001011110110011010 | e4bd9aeba092e78986eba0aee4bd9a |
UHC | 佚렒牆렮佚 | 11101100111010101000111010100111111011011110110110001110101110111110110011101010 | ecea8ea7eded8ebbecea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)