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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ンゥフホン | 11011101111101111111100110101001110011001100111011011101 | ddf7f9a9cccedd |
EUC-JP | ン?ゥフホン | 1000111011011101001111111000111010101001100011101100110010001110110011101000111011011101 | 8edd3f8ea98ecc8ece8edd |
UTF-8 | ンゥフホン | 111011111011111010011101111011101001011110011100111011111011110110101001111011111011111010001100111011111011111010001110111011111011111010011101 | efbe9dee979cefbda9efbe8cefbe8eefbe9d |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)