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 | ??i楡 | 001111110011111110000010100010011001111010111110 | 3f3f82899ebe |
EUC-JP | 靷?i楡 | 1000111111100111101111010011111110100011111010011101110011000000 | 8fe7bd3fa3e9dcc0 |
UTF-8 | 靷漏i楡 | 111010011001110110110111111011111010010110001110111011111011110110001001111001101010010110100001 | e99db7efa58eefbd89e6a5a1 |
UHC | 靷漏i楡 | 1110110011100110110100101110100010100011111010011110101011111000 | ece6d2e8a3e9eaf8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)