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 | 鬮乗ウ御 | 11101001101010111000111111100110101100111000110011100100 | e9ab8fe6b38ce4 |
EUC-JP | 鬮乗ウ御 | 1111001010101101101111101110100010001110101100111011100011100110 | f2adbee88eb3b8e6 |
UTF-8 | 鬮乗ウ御 | 111010011010110010101110111001001011100110010111111011111011110110110011111001011011111010100001 | e9acaee4b997efbdb3e5bea1 |
UHC | ???御 | 0011111100111111001111111110010111011001 | 3f3f3fe5d9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)