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 | 際?弔烽無 | 100011011101101100111111100100101010001011100000100000101001011010110011 | 8ddb3f92a2e08296b3 |
EUC-JP | 際?弔烽無 | 101110101101110100111111110001001010010011011111111000101100110010110101 | badd3fc4a4dfe2ccb5 |
UTF-8 | 際렑弔烽無 | 111010011001101010011011111010111010000010010001111001011011110010010100111001111000001110111101111001111000010010100001 | e99a9beba091e5bc94e783bde784a1 |
UHC | 際렑弔烽無 | 11110000101101111000111010100110111100001100000011011100111010111101100111101101 | f0b78ea6f0c0dcebd9ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)