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 | 姐縫? | 1000100010110111100101100100010000111111 | 88b796443f |
EUC-JP | 姐縫? | 1011000010111001110010111010010100111111 | b0b9cba53f |
UTF-8 | 姐縫㏜ | 111001011010011110010000111001111011100010101011111000111000111110011100 | e5a790e7b8abe38f9c |
UHC | 姐縫㏜ | 111011101011101111011100111011101010011111101110 | eebbdceea7ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)