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 | 痾眩疼 | 111000010111110111100001101111111110000101110101 | e17de1bfe175 |
EUC-JP | 痾眩疼 | 111000011101111011100010110000011110000111010110 | e1dee2c1e1d6 |
UTF-8 | 痾眩疼 | 111001111001011110111110111001111001110010101001111001111001011010111100 | e797bee79ca9e796bc |
UHC | ?眩疼 | 0011111111111010110111111101010011011001 | 3ffadfd4d9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)