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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 海盧海盧^ | 100010100100001111100001101110001000101001000011111000011011100001011110 | 8a43e1b88a43e1b85e |
EUC-JP | 海盧海盧^ | 101100111010010011100010101110101011001110100100111000101011101001011110 | b3a4e2bab3a4e2ba5e |
UTF-8 | 海盧海盧^ | 11100110101101011011011111100111100110111010011111100110101101011011011111100111100110111010011101011110 | e6b5b7e79ba7e6b5b7e79ba75e |
UHC | 海盧海盧^ | 111110101010110111010110110101001111101010101101110101101101010001011110 | faadd6d4faadd6d45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)