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 | 際?肢?粧?^ | 10001101110110110011111110001110100010000011111110001111110011110011111101011110 | 8ddb3f8e883f8fcf3f5e |
EUC-JP | 際?肢?粧?^ | 10111010110111010011111110111011111010000011111110111110110100010011111101011110 | badd3fbbe83fbed13f5e |
UTF-8 | 際렑肢렖粧렋^ | 11101001100110101001101111101011101000001001000111101000100000101010001011101011101000001001011011100111101100101010011111101011101000001000101101011110 | e99a9beba091e882a2eba096e7b2a7eba08b5e |
UHC | 際렑肢렖粧렋^ | 11110000101101111000111010100110111100101011011010001110101010111110110111110010100011101010001001011110 | f0b78ea6f2b68eabedf28ea25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)