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 | ?游? | 00111111100111111110000000111111 | 3f9fe03f |
EUC-JP | ?游? | 00111111110111101110001000111111 | 3fdee23f |
UTF-8 | 롎游렟 | 111010111010000110001110111001101011100010111000111010111010000010011111 | eba18ee6b8b8eba09f |
UHC | 롎游렟 | 100011101101010011101010111111011000111010110000 | 8ed4eafd8eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)