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 | ?同夭?? | 00111111100100111010111110011010111011100011111100111111 | 3f93af9aee3f3f |
EUC-JP | ?同夭?? | 00111111110001101011000111010100111100000011111100111111 | 3fc6b1d4f03f3f |
UTF-8 | 뤯同夭쨴얘 | 111010111010010010101111111001011001000010001100111001011010010010101101111011001010100010110100111011001001011010011000 | eba4afe5908ce5a4adeca8b4ec9698 |
UHC | 뤯同夭쨴얘 | 10001111110111011101010011010010111010001110110010100100100011101011111011101010 | 8fddd4d2e8eca48ebeea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)