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 | 糴糴[糴糴[^ | 1110001011111001111000101111100101011011111000101111100111100010111110010101101101011110 | e2f9e2f95be2f9e2f95b5e |
EUC-JP | 糴糴[糴糴[^ | 1110010011111011111001001111101101011011111001001111101111100100111110110101101101011110 | e4fbe4fb5be4fbe4fb5b5e |
UTF-8 | 糴糴[糴糴[^ | 111001111011001110110100111001111011001110110100010110111110011110110011101101001110011110110011101101000101101101011110 | e7b3b4e7b3b45be7b3b4e7b3b45b5e |
UHC | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)