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 | 蠇齢瞳蠇齢瞳^ | 11111011101000011001011111101110100100111011010111111011101000011001011111101110100100111011010101011110 | fba197ee93b5fba197ee93b55e |
EUC-JP | ?齢瞳?齢瞳^ | 0011111111001110111100001100011010110111001111111100111011110000110001101011011101011110 | 3fcef0c6b73fcef0c6b75e |
UTF-8 | 蠇齢瞳蠇齢瞳^ | 11101000101000001000011111101001101111011010001011100111100111101011001111101000101000001000011111101001101111011010001011100111100111101011001101011110 | e8a087e9bda2e79eb3e8a087e9bda2e79eb35e |
UHC | ??瞳??瞳^ | 001111110011111111010100110110100011111100111111110101001101101001011110 | 3f3fd4da3f3fd4da5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)