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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鈔蛾寉 | 111001111110001010001001111010011001101110000101 | e7e289e99b85 |
EUC-JP | 鈔蛾寉 | 111011101110010010110010111010111101010111100101 | eee4b2ebd5e5 |
UTF-8 | 鈔蛾寉 | 111010011000100010010100111010001001101110111110111001011010111110001001 | e98894e89bbee5af89 |
UHC | ?蛾? | 00111111111001001011011000111111 | 3fe4b63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)