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 | ??L}??L{^ | 001111110011111101001100011111010011111100111111010011000111101101011110 | 3f3f4c7d3f3f4c7b5e |
SJIS-WIN | ??L}??L{^ | 001111110011111101001100011111010011111100111111010011000111101101011110 | 3f3f4c7d3f3f4c7b5e |
EUC-JP | 悰?L}悰?L{^ | 10001111101111011111110000111111010011000111110110001111101111011111110000111111010011000111101101011110 | 8fbdfc3f4c7d8fbdfc3f4c7b5e |
UTF-8 | 悰섞L}悰섞L{^ | 1110011010000010101100001110110010000100100111100100110001111101111001101000001010110000111011001000010010011110010011000111101101011110 | e682b0ec849e4c7de682b0ec849e4c7b5e |
UHC | 悰섞L}悰섞L{^ | 11110000111101011011110010101111010011000111110111110000111101011011110010101111010011000111101101011110 | f0f5bcaf4c7df0f5bcaf4c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)