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 | 柚ф?柚у?^ | 1001011101001101100001001000011000111111100101110100110110000100100001010011111101011110 | 974d84863f974d84853f5e |
EUC-JP | 柚ф?柚у?^ | 1100110110101110101001111110011000111111110011011010111010100111111001010011111101011110 | cdaea7e63fcdaea7e53f5e |
UTF-8 | 柚ф땼柚у콉^ | 1110011010011111100110101101000110000100111010111001010110111100111001101001111110011010110100011000001111101100101111011000100101011110 | e69f9ad184eb95bce69f9ad183ecbd895e |
UHC | 柚ф땼柚у콉^ | 11101010111101101010110011100110100010111001001011101010111101101010110011100101101100011000010101011110 | eaf6ace68b92eaf6ace5b1855e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)