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 | ?┝?? | 0011111110000100101110100011111100111111 | 3f84ba3f3f |
EUC-JP | ?┝?? | 0011111110101000101111000011111100111111 | 3fa8bc3f3f |
UTF-8 | 뤚┝쏠轢 | 111010111010010010011010111000101001010010011101111011001000111110100000111011111010011010001101 | eba49ae2949dec8fa0efa68d |
UHC | 뤚┝쏠轢 | 1000111111001001101001101011110010111101111100101110011010111100 | 8fc9a6bcbdf2e6bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)