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 | ??b[??b[^ | 001111110011111101100010010110110011111100111111011000100101101101011110 | 3f3f625b3f3f625b5e |
SJIS-WIN | ??b[??b[^ | 001111110011111101100010010110110011111100111111011000100101101101011110 | 3f3f625b3f3f625b5e |
EUC-JP | ??b[??b[^ | 001111110011111101100010010110110011111100111111011000100101101101011110 | 3f3f625b3f3f625b5e |
UTF-8 | 혧짧b[혧짧b[^ | 1110110110011000101001111110110010100111101001110110001001011011111011011001100010100111111011001010011110100111011000100101101101011110 | ed98a7eca7a7625bed98a7eca7a7625b5e |
UHC | 혧짧b[혧짧b[^ | 11000010100011111100001010101010011000100101101111000010100011111100001010101010011000100101101101011110 | c28fc2aa625bc28fc2aa625b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)