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 | 痾眩疼盖 | 1110000101111101111000011011111111100001011101011110000110110011 | e17de1bfe175e1b3 |
EUC-JP | 痾眩疼盖 | 1110000111011110111000101100000111100001110101101110001010110101 | e1dee2c1e1d6e2b5 |
UTF-8 | 痾眩疼盖 | 111001111001011110111110111001111001110010101001111001111001011010111100111001111001101110010110 | e797bee79ca9e796bce79b96 |
UHC | ?眩疼盖 | 00111111111110101101111111010100110110011100101111001100 | 3ffadfd4d9cbcc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)