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 | ??∥? | 0011111100111111100000010110000100111111 | 3f3f81613f |
EUC-JP | ??‖? | 0011111100111111101000011100001000111111 | 3f3fa1c23f |
UTF-8 | 說깅∥杻 | 111011111010011010100001111010101011100110000101111000101000100010100101111011111010011110001000 | efa6a1eab985e288a5efa788 |
UHC | 說깅∥杻 | 1110011011110010101100011110101110100001101010111110101011110100 | e6f2b1eba1abeaf4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)