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 | 貍ソ讖苦 | 11100110101111001011111111100110101010011000101111101010 | e6bcbfe6a98bea |
EUC-JP | 貍ソ讖苦 | 1110110010111110100011101011111111101100101010111011011011101100 | ecbe8ebfecabb6ec |
UTF-8 | 貍ソ讖苦 | 111010001011001010001101111011111011110110111111111010001010111010010110111010001000101110100110 | e8b28defbdbfe8ae96e88ba6 |
UHC | ??讖苦 | 001111110011111111110011110110011100110111001000 | 3f3ff3d9cdc8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)