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 | ?°?? | 00111111101100000011111100111111 | 3fb03f3f |
SJIS-WIN | 錵°晦螻 | 1110100001000101100000011000101110001010010000011110010110110001 | e845818b8a41e5b1 |
EUC-JP | 錵°晦螻 | 1110111110100110101000011110101110110011101000101110101010110011 | efa6a1ebb3a2eab3 |
UTF-8 | 錵°晦螻 | 1110100110001100101101011100001010110000111001101001100110100110111010001001111010111011 | e98cb5c2b0e699a6e89ebb |
UHC | ?°晦? | 001111111010000111000110111111001110010000111111 | 3fa1c6fce43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)