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 | ??源??源^ | 001111110011111110001100101110010011111100111111100011001011100101011110 | 3f3f8cb93f3f8cb95e |
EUC-JP | ??源??源^ | 001111110011111110111000101110110011111100111111101110001011101101011110 | 3f3fb8bb3f3fb8bb5e |
UTF-8 | 룵沈源룵沈源^ | 11101011101000111011010111101111101001011011001011100110101110101001000011101011101000111011010111101111101001011011001011100110101110101001000001011110 | eba3b5efa5b2e6ba90eba3b5efa5b2e6ba905e |
UHC | 룵沈源룵沈源^ | 10001111101010101110010010100001111010101011100110001111101010101110010010100001111010101011100101011110 | 8faae4a1eab98faae4a1eab95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)