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 | 莠ヲ讖。 | 111001001011101010100110111001101010100110100001 | e4baa6e6a9a1 |
EUC-JP | 莠ヲ讖。 | 1110100010111100100011101010011011101100101010111000111010100001 | e8bc8ea6ecab8ea1 |
UTF-8 | 莠ヲ讖。 | 111010001000111010100000111011111011110110100110111010001010111010010110111011111011110110100001 | e88ea0efbda6e8ae96efbda1 |
UHC | ??讖? | 0011111100111111111100111101100100111111 | 3f3ff3d93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)