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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ニ汜「昇 | 1111000111111100110001101111101011110110101000101000111110111000 | f1fcc6faf6a28fb8 |
EUC-JP | ?ニ汜「昇 | 00111111100011101100011010001111110001101110000010001110101000101011111010111010 | 3f8ec68fc6e08ea2beba |
UTF-8 | ニ汜「昇 | 111011101000010110110111111011111011111010000110111001101011000110011100111011111011110110100010111001101001100010000111 | ee85b7efbe86e6b19cefbda2e69887 |
UHC | ????昇 | 001111110011111100111111001111111110001110110000 | 3f3f3f3fe3b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)