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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?縟? | 00111111111000110111010000111111 | 3fe3743f |
EUC-JP | ?縟? | 00111111111001011101010100111111 | 3fe5d53f |
UTF-8 | 쒔縟렋 | 111011001001001010010100111001111011100010011111111010111010000010001011 | ec9294e7b89feba08b |
UHC | 쒔縟렋 | 101111101010110111101001101100101000111010100010 | beade9b28ea2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)