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 | 痾眩痞咤 | 1110000101111101111000011011111111100001011111001001101001000010 | e17de1bfe17c9a42 |
EUC-JP | 痾眩痞咤 | 1110000111011110111000101100000111100001110111011101001110100011 | e1dee2c1e1ddd3a3 |
UTF-8 | 痾眩痞咤 | 111001111001011110111110111001111001110010101001111001111001011110011110111001011001001010100100 | e797bee79ca9e7979ee592a4 |
UHC | ?眩?咤 | 001111111111101011011111001111111111011011100011 | 3ffadf3ff6e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)