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 | 肢私??? | 10001110100010001000111010000100001111110011111100111111 | 8e888e843f3f3f |
EUC-JP | 肢私??? | 10111011111010001011101111100100001111110011111100111111 | bbe8bbe43f3f3f |
UTF-8 | 肢私렎렠뤯 | 111010001000001010100010111001111010011110000001111010111010000010001110111010111010000010100000111010111010010010101111 | e882a2e7a781eba08eeba0a0eba4af |
UHC | 肢私렎렠뤯 | 11110010101101101101111011100111100011101010010010001110101100011000111111011101 | f2b6dee78ea48eb18fdd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)