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 | 遘サ陋Ⅸ | 11100111101001111011101111101000100110111000011101011100 | e7a7bbe89b875c |
EUC-JP | 遘サ陋? | 11101110101010011000111010111011111011111111101100111111 | eea98ebbeffb3f |
UTF-8 | 遘サ陋Ⅸ | 111010011000000110011000111011111011110110111011111010011001100110001011111000101000010110101000 | e98198efbdbbe9998be285a8 |
UHC | ??陋Ⅸ | 001111110011111111010111101100001010010110111000 | 3f3fd7b0a5b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)