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 | 蒔[蒔[^ | 1111000111111011100011101010101001011011111100011111101110001110101010100101101101011110 | f1fb8eaa5bf1fb8eaa5b5e |
EUC-JP | ?蒔[?蒔[^ | 001111111011110010101100010110110011111110111100101011000101101101011110 | 3fbcac5b3fbcac5b5e |
UTF-8 | 蒔[蒔[^ | 111011101000010110110110111010001001001010010100010110111110111010000101101101101110100010010010100101000101101101011110 | ee85b6e892945bee85b6e892945b5e |
UHC | ?蒔[?蒔[^ | 001111111110001111001000010110110011111111100011110010000101101101011110 | 3fe3c85b3fe3c85b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)