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 | 籤籤[籤籤[^ | 1110001011011100111000101101110001011011111000101101110011100010110111000101101101011110 | e2dce2dc5be2dce2dc5b5e |
EUC-JP | 籤籤[籤籤[^ | 1110010011011110111001001101111001011011111001001101111011100100110111100101101101011110 | e4dee4de5be4dee4de5b5e |
UTF-8 | 籤籤[籤籤[^ | 111001111011000110100100111001111011000110100100010110111110011110110001101001001110011110110001101001000101101101011110 | e7b1a4e7b1a45be7b1a4e7b1a45b5e |
UHC | 籤籤[籤籤[^ | 1111010011011001111101001101100101011011111101001101100111110100110110010101101101011110 | f4d9f4d95bf4d9f4d95b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)