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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 謔梧渠邊セ | 111001101000001010001100111001101000101110010100111001111011001010111110 | e6828ce68b94e7b2be |
EUC-JP | 謔梧渠邊セ | 11101011111000101011100011101000101101011111010011101110101101001000111010111110 | ebe2b8e8b5f4eeb48ebe |
UTF-8 | 謔梧渠邊セ | 111010001010110010010100111001101010001010100111111001101011100010100000111010011000001010001010111011111011110110111110 | e8ac94e6a2a7e6b8a0e9828aefbdbe |
UHC | 謔梧渠邊? | 111110011100110011100111111111001100101111100010110111001010101100111111 | f9cce7fccbe2dcab3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)