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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???徇?? | 00111111001111110011111110011100011011010011111100111111 | 3f3f3f9c6d3f3f |
EUC-JP | ???徇?? | 00111111001111110011111111010111110011100011111100111111 | 3f3f3fd7ce3f3f |
UTF-8 | 略듬튅徇녿젗 | 111011111010010110110110111010111001001110101100111011011000101010000101111001011011111010000111111010111000010110111111111011001010000010010111 | efa5b6eb93aced8a85e5be87eb85bfeca097 |
UHC | 略듬튅徇녿젗 | 111001011011001010110101111010111011100110011010111000101101111110000110111010111010000010010011 | e5b2b5ebb99ae2df86eba093 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)