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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ????炤? | 0011111100111111001111110011111110001111110010011101001000111111 | 3f3f3f3f8fc9d23f |
UTF-8 | 롏렪롊렼炤둽 | 111010111010000110001111111010111010000010101010111010111010000110001010111010111010000010111100111001111000001010100100111010111001000110111101 | eba18feba0aaeba18aeba0bce782a4eb91bd |
UHC | 롏렪롊렼炤둽 | 100011101101010110001110101110001000111011010000100011101100010011100001101111111000101001110110 | 8ed58eb88ed08ec4e1bf8a76 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)