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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 琵?[琵?[^ | 100101001111101000111111010110111001010011111010001111110101101101011110 | 94fa3f5b94fa3f5b5e |
EUC-JP | 琵?[琵?[^ | 110010001111110000111111010110111100100011111100001111110101101101011110 | c8fc3f5bc8fc3f5b5e |
UTF-8 | 琵좼[琵좼[^ | 111001111001000010110101111011001010001010111100010110111110011110010000101101011110110010100010101111000101101101011110 | e790b5eca2bc5be790b5eca2bc5b5e |
UHC | 琵좼[琵좼[^ | 1101110111110101110000011100100101011011110111011111010111000001110010010101101101011110 | ddf5c1c95bddf5c1c95b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)