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 | 重?????^ | 1000111101100100001111110011111100111111001111110011111101011110 | 8f643f3f3f3f3f5e |
EUC-JP | 重?勖?勖?^ | 101111011100010100111111100011111011001111101101001111111000111110110011111011010011111101011110 | bdc53f8fb3ed3f8fb3ed3f5e |
UTF-8 | 重렖勖렓勖렓^ | 11101001100001111000110111101011101000001001011011100101100010111001011011101011101000001001001111100101100010111001011011101011101000001001001101011110 | e9878deba096e58b96eba093e58b96eba0935e |
UHC | 重렖勖렓勖렓^ | 11110001111011001000111010101011111010011110110110001110101010001110100111101101100011101010100001011110 | f1ec8eabe9ed8ea8e9ed8ea85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)