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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 孫旦蔵足 | 1001000110110111100100100101010110010001101000001001000110101011 | 91b7925591a091ab |
EUC-JP | 孫旦蔵足 | 1100001010111001110000111011011011000010101000101100001010101101 | c2b9c3b6c2a2c2ad |
UTF-8 | 孫旦蔵足 | 111001011010110110101011111001101001011110100110111010001001010010110101111010001011011010110011 | e5adabe697a6e894b5e8b6b3 |
UHC | 孫旦?足 | 11100001110111011101001110101001001111111111000011101011 | e1ddd3a93ff0eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)