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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 燁シ鮴コ | 111110110101100110111100111010011011111010111010 | fb59bce9beba |
EUC-JP | 燁シ鮴コ | 100011111100101010110011100011101011110011110010110000001000111010111010 | 8fcab38ebcf2c08eba |
UTF-8 | 燁シ鮴コ | 111001111000011110000001111011111011110110111100111010011010111010110100111011111011110110111010 | e78781efbdbce9aeb4efbdba |
UHC | 燁??? | 1110011110100111001111110011111100111111 | e7a73f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)