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 | ?®????^ | 00111111101011100011111100111111001111110011111101011110 | 3fae3f3f3f3f5e |
SJIS-WIN | 帳?????^ | 1001001010100000001111110011111100111111001111110011111101011110 | 92a03f3f3f3f3f5e |
EUC-JP | 帳®?縯??^ | 110001001010001010001111101000101110111000111111100011111101010011001011001111110011111101011110 | c4a28fa2ee3f8fd4cb3f3f5e |
UTF-8 | 帳®즯縯끾펵^ | 111001011011100010110011110000101010111011101100101001101010111111100111101110001010111111101011100000011011111011101101100011101011010101011110 | e5b8b3c2aeeca6afe7b8afeb81beed8eb55e |
UHC | 帳®즯縯끾펵^ | 11101101111000111010001011100111101000111000000111100110111000001000010111100110101111001000011001011110 | ede3a2e7a381e6e085e6bc865e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)