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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
EUC-JP | 醬?醬?\ | 100011111110001011110011001111111000111111100010111100110011111101011100 | 8fe2f33f8fe2f33f5c |
UTF-8 | 醬렱醬렏\ | 11101001100001101010110011101011101000001011000111101001100001101010110011101011101000001000111101011100 | e986aceba0b1e986aceba08f5c |
UHC | 醬렱醬렏\ | 111011011111110110001110101111101110110111111101100011101010010101011100 | edfd8ebeedfd8ea55c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)