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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??┨??┨^ | 001111110011111110000100101101110011111100111111100001001011011101011110 | 3f3f84b73f3f84b75e |
EUC-JP | ??┨??┨^ | 001111110011111110101000101110010011111100111111101010001011100101011110 | 3f3fa8b93f3fa8b95e |
UTF-8 | 流뽭┨流뽭┨^ | 11101111101001111000101011101011101111011010110111100010100101001010100011101111101001111000101011101011101111011010110111100010100101001010100001011110 | efa78aebbdade294a8efa78aebbdade294a85e |
UHC | 流뽭┨流뽭┨^ | 11101010111111001001011011101001101001101011100111101010111111001001011011101001101001101011100101011110 | eafc96e9a6b9eafc96e9a6b95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)