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 | 魄ョ[魄ョ[^ | 111010011010111010101110010110111110100110101110101011100101101101011110 | e9aeae5be9aeae5b5e |
EUC-JP | 魄ョ[魄ョ[^ | 1111001010110000100011101010111001011011111100101011000010001110101011100101101101011110 | f2b08eae5bf2b08eae5b5e |
UTF-8 | 魄ョ[魄ョ[^ | 111010011010110110000100111011111011110110101110010110111110100110101101100001001110111110111101101011100101101101011110 | e9ad84efbdae5be9ad84efbdae5b5e |
UHC | 魄?[魄?[^ | 110110111101111000111111010110111101101111011110001111110101101101011110 | dbde3f5bdbde3f5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)