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 | ??作??作^ | 001111110011111110001101111011000011111100111111100011011110110001011110 | 3f3f8dec3f3f8dec5e |
EUC-JP | ??作??作^ | 001111110011111110111010111011100011111100111111101110101110111001011110 | 3f3fbaee3f3fbaee5e |
UTF-8 | 倫뇐作倫뇐作^ | 11101111101001111001010011101011100001111001000011100100101111011001110011101111101001111001010011101011100001111001000011100100101111011001110001011110 | efa794eb8790e4bd9cefa794eb8790e4bd9c5e |
UHC | 倫뇐作倫뇐作^ | 11101011110000101011001111111011111011011100001011101011110000101011001111111011111011011100001001011110 | ebc2b3fbedc2ebc2b3fbedc25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)