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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?顔顔額琵 | 001111111000101011100111100010101110011110001010011110101001010011111010 | 3f8ae78ae78a7a94fa |
EUC-JP | 棅顔顔額琵 | 1000111111000011111110111011010011101001101101001110100110110011110110111100100011111100 | 8fc3fbb4e9b4e9b3dbc8fc |
UTF-8 | 棅顔顔額琵 | 111001101010001110000101111010011010000110010100111010011010000110010100111010011010000110001101111001111001000010110101 | e6a385e9a194e9a194e9a18de790b5 |
UHC | 棅顔顔額琵 | 11011100101110001110010011010100111001001101010011100100111111101101110111110101 | dcb8e4d4e4d4e4feddf5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)