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 | ?蹕笄 | 0011111111100111010010101110001010100000 | 3fe74ae2a0 |
EUC-JP | ţ蹕笄 | 10001111101010111110000111101101101010111110010010100010 | 8fabe1edabe4a2 |
UTF-8 | ţ蹕笄 | 1100010110100011111010001011100110010101111001111010110010000100 | c5a3e8b995e7ac84 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)