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 | ?也俊?? | 00111111100101101110011110001111011100100011111100111111 | 3f96e78f723f3f |
EUC-JP | ?也俊?? | 00111111110011001110100110111101110100110011111100111111 | 3fcce9bdd33f3f |
UTF-8 | 쿨也俊겆女 | 111011001011111110101000111001001011100110011111111001001011111110001010111010101011001010000110111011111010011010000001 | ecbfa8e4b99fe4bf8aeab286efa681 |
UHC | 쿨也俊겆女 | 11000100111100001110010110100101111100011101010110110000110100001110010111111100 | c4f0e5a5f1d5b0d0e5fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)