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 | ?軟? | 00111111100100111110111000111111 | 3f93ee3f |
EUC-JP | ?軟? | 00111111110001101111000000111111 | 3fc6f03f |
UTF-8 | 롎軟렏 | 111010111010000110001110111010001011101110011111111010111010000010001111 | eba18ee8bb9feba08f |
UHC | 롎軟렏 | 100011101101010011100110111000111000111010100101 | 8ed4e6e38ea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)