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 | 源?醍??慷^ | 10001100101110010011111110010001111001110011111100111111100111001100101101011110 | 8cb93f91e73f3f9ccb5e |
EUC-JP | 源?醍??慷^ | 10111000101110110011111111000010111010010011111100111111110110001100110101011110 | b8bb3fc2e93f3fd8cd5e |
UTF-8 | 源렰醍닿렋慷^ | 11100110101110101001000011101011101000001011000011101001100001101000110111101011100010111011111111101011101000001000101111100110100001011011011101011110 | e6ba90eba0b0e9868deb8bbfeba08be685b75e |
UHC | 源렰醍닿렋慷^ | 11101010101110011000111010111101111100001011010110110100111010101000111010100010110010111010111101011110 | eab98ebdf0b5b4ea8ea2cbaf5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)