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 | 痾唏唸眩 | 1110000101111101100110100100100010011010010110001110000110111111 | e17d9a489a58e1bf |
EUC-JP | 痾唏唸眩 | 1110000111011110110100111010100111010011101110011110001011000001 | e1ded3a9d3b9e2c1 |
UTF-8 | 痾唏唸眩 | 111001111001011110111110111001011001010010001111111001011001010010111000111001111001110010101001 | e797bee5948fe594b8e79ca9 |
UHC | ???眩 | 0011111100111111001111111111101011011111 | 3f3f3ffadf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)