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 | ???窈ワ?^ | 001111110011111100111111111000100111011110000011100011110011111101011110 | 3f3f3fe277838f3f5e |
EUC-JP | 琰??窈ワ?^ | 1000111111001100101101000011111100111111111000111101100010100101111011110011111101011110 | 8fccb43f3fe3d8a5ef3f5e |
UTF-8 | 琰삼숲窈ワ쉴^ | 11100111100100001011000011101100100000101011110011101100100010001011001011100111101010101000100011100011100000111010111111101100100010011011010001011110 | e790b0ec82bcec88b2e7aa88e383afec89b45e |
UHC | 琰삼숲窈ワ쉴^ | 11100110111111001011101111101111101111011010001111101001101000011010101111101111101111011010111101011110 | e6fcbbefbda3e9a1abefbdaf5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)