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 | 姐捧? | 1000100010110111100101011111100100111111 | 88b795f93f |
EUC-JP | 姐捧? | 1011000010111001110010101111101100111111 | b0b9cafb3f |
UTF-8 | 姐捧렦 | 111001011010011110010000111001101000110110100111111010111010000010100110 | e5a790e68da7eba0a6 |
UHC | 姐捧렦 | 111011101011101111011100111010011000111010110101 | eebbdce98eb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)