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 | 鬮乗ウ悟 | 11101001101010111000111111100110101100111000110011100101 | e9ab8fe6b38ce5 |
EUC-JP | 鬮乗ウ悟 | 1111001010101101101111101110100010001110101100111011100011100111 | f2adbee88eb3b8e7 |
UTF-8 | 鬮乗ウ悟 | 111010011010110010101110111001001011100110010111111011111011110110110011111001101000001010011111 | e9acaee4b997efbdb3e6829f |
UHC | ???悟 | 0011111100111111001111111110011111110110 | 3f3f3fe7f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)