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 | ???L?? | 001111110011111100111111010011000011111100111111 | 3f3f3f4c3f3f |
SJIS-WIN | 竪損存L誰他 | 1001001001000111100100011011100110010001101101100100110010010010010011101001000110111100 | 924791b991b64c924e91bc |
EUC-JP | 竪損存L誰他 | 1100001110101000110000101011101111000010101110000100110011000011101011111100001010111110 | c3a8c2bbc2b84cc3afc2be |
UTF-8 | 竪損存L誰他 | 11100111101010111010101011100110100100001000110111100101101011011001100001001100111010001010101010110000111001001011101110010110 | e7abaae6908de5ad984ce8aab0e4bb96 |
UHC | 竪損存L誰他 | 1110001010110101111000011101111111110000111011010100110011100010110000011111011011100010 | e2b5e1dff0ed4ce2c1f6e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)