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 | 祭??珥? | 10001101110101010011111100111111111000001110000000111111 | 8dd53f3fe0e03f |
EUC-JP | 祭泮?珥? | 101110101101011110001111110001111010100000111111111000001110001000111111 | bad78fc7a83fe0e23f |
UTF-8 | 祭泮사珥렮 | 111001111010010110101101111001101011001110101110111011001000001010101100111001111000111110100101111010111010000010101110 | e7a5ade6b3aeec82ace78fa5eba0ae |
UHC | 祭泮사珥렮 | 11110000101011101101101011101010101110111110011111101100101101001000111010111011 | f0aedaeabbe7ecb48ebb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)