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 | ???耶? | 001111110011111100111111100101101110101100111111 | 3f3f3f96eb3f |
EUC-JP | ???耶? | 001111110011111100111111110011001110110100111111 | 3f3f3fcced3f |
UTF-8 | 寧섋뺀耶퇕 | 111011111010011010101010111011001000010010001011111010111011101010000000111010001000000010110110111011011000011110010101 | efa6aaec848bebba80e880b6ed8795 |
UHC | 寧섋뺀耶퇕 | 11100111101011001001100011101000101110111010101111100101101011011011100001000110 | e7ac98e8bbabe5adb846 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)